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

In This Topic
    PreviewContent Property (C1ListBoxItem)
    In This Topic
    Gets or sets the content of the preview state.
    Syntax
    'Declaration
     
    
    Public Property PreviewContent As Object
    public object PreviewContent {get; set;}
    See Also