Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / ExpandMode Property

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