ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / PreviewItemTemplate Property

In This Topic
    PreviewItemTemplate Property
    In This Topic
    Gets or sets the template used for previewing an item.
    Syntax
    'Declaration
     
    Public Property PreviewItemTemplate As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate PreviewItemTemplate {get; set;}
    Remarks
    The use of preview item is due to performance reasons.
    See Also