ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItemView 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 DataTemplate
    public DataTemplate PreviewContentTemplate {get; set;}
    See Also