ListDetailsView.NoSelectionContentTemplate 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 DataTemplate used to display the content when there is no selection.
public Microsoft.UI.Xaml.DataTemplate NoSelectionContentTemplate { get; set; }
member this.NoSelectionContentTemplate : Microsoft.UI.Xaml.DataTemplate with get, set
Public Property NoSelectionContentTemplate As DataTemplate
Property Value
Microsoft.UI.Xaml.DataTemplate
The template that specifies the visualization of the content when there is no selection. The default is null.