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