Edit

Share via


ListDetailsView.ListPaneEmptyContentTemplate Property

Definition

Gets or sets the DataTemplate used to display the list pane's no items presenter.

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

Property Value

Windows.UI.Xaml.DataTemplate

The template that specifies the visualization of the list pane no items object. The default is null.

Applies to