Enum AutoExpandMode
Enumerates possible expand modes while loading the nodes in the SfTreeView.
Namespace: Syncfusion.UI.Xaml.TreeView.Engine
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public enum AutoExpandMode
Fields
| Name | Description |
|---|---|
| AllNodes | All nodes will be expanded. |
| None | Nodes will not be expanded. |
| RootNodes | Root nodes will be expanded. |