ListDetailsView.ListPaneEmptyContentTemplate 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 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.