The ExpandMode enumeration is used in C1TreeView to specify the allowed number of expanded C1TreeViewItems.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public enum ExpandMode |
Visual Basic |
---|
Public Enumeration ExpandMode |
Members
Member name | Value | Description | |
---|---|---|---|
Single | 0 | Only one item can be expanded at a time. | |
Multiple | 1 | Several items may be expanded simultaneously. |