ListDetailsView.MapDetails Property

Definition

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)

Property Value

Applies to