ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / ExpandMode Property



In This Topic
    ExpandMode Property
    In This Topic
    Gets or sets a value indicating the allowed number of expanded C1TreeViewItems.
    Syntax
    'Declaration
     
    
    Public Property ExpandMode As ExpandMode
    'Usage
     
    
    Dim instance As C1TreeView
    Dim value As ExpandMode
     
    instance.ExpandMode = value
     
    value = instance.ExpandMode
    public ExpandMode ExpandMode {get; set;}
    public:
    property ExpandMode ExpandMode {
       ExpandMode get();
       void set (    ExpandMode value);
    }
    See Also