Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ListBoxItem Class / PreviewContentTemplate Property

In This Topic
    PreviewContentTemplate Property (C1ListBoxItem)
    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