[]
        
(Showing Draft Content)

C1.Blazor.TreeView.TreeViewExpandMode

TreeViewExpandMode Enum

The TreeViewExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.

Namespace: C1.Blazor.TreeView
Assembly: C1.Blazor.TreeView.dll
Syntax
public enum TreeViewExpandMode

Fields

Name Description
Multiple

Several items may be expanded simultaneously.

Single

Only one item can be expanded at a time.