ListDetailsView.DetailsContentTemplateSelector 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 the Windows.UI.Xaml.Controls.DataTemplateSelector for the details presenter.
public Windows.UI.Xaml.Controls.DataTemplateSelector DetailsContentTemplateSelector { get; set; }
member this.DetailsContentTemplateSelector : Windows.UI.Xaml.Controls.DataTemplateSelector with get, set
Public Property DetailsContentTemplateSelector As DataTemplateSelector
Property Value
Windows.UI.Xaml.Controls.DataTemplateSelector
The selector which selects the correct template for the current content. The default is null.