MasterDetailsView.NoSelectionContentTemplate Property

Definition

Gets or sets the DataTemplate used to display the content when there is no selection.

public Windows.UI.Xaml.DataTemplate NoSelectionContentTemplate { get; set; }
member this.NoSelectionContentTemplate : Windows.UI.Xaml.DataTemplate with get, set
Public Property NoSelectionContentTemplate As DataTemplate

Property Value

Windows.UI.Xaml.DataTemplate

The template that specifies the visualization of the content when there is no selection. The default is null.

Applies to