ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewerItem Class / PreviewContentTemplate Property

In This Topic
    PreviewContentTemplate Property
    In This Topic
    Gets or sets the DataTemplate used when in preview state.
    Syntax
    'Declaration
     
    Public Property PreviewContentTemplate As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate PreviewContentTemplate {get; set;}
    See Also