ListDetailsView.MapDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a function for mapping the selected item to a different model. This new model will be the DataContext of the Details area.
public Func<object,object> MapDetails { get; set; }
member this.MapDetails : Func<obj, obj> with get, set
Public Property MapDetails As Func(Of Object, Object)