ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerItem Class / State Property



In This Topic
    State Property (C1ListViewerItem)
    In This Topic
    Gets or sets the state of the item, which can be Preview or Full.
    Syntax
    'Declaration
     
    
    Public Property State As C1ListBoxItemState
    'Usage
     
    
    Dim instance As C1ListViewerItem
    Dim value As C1ListBoxItemState
     
    instance.State = value
     
    value = instance.State
    public C1ListBoxItemState State {get; set;}
    public:
    property C1ListBoxItemState State {
       C1ListBoxItemState get();
       void set (    C1ListBoxItemState value);
    }
    See Also