Class AutoExpandMode
Enumerates possible expand modes while loading the nodes in the SfTreeView.
Inheritance
System.Object
AutoExpandMode
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public sealed class AutoExpandMode : Enum
Fields
AllNodes
All nodes will be expanded.
Declaration
public const AutoExpandMode AllNodes
Field Value
Type |
---|
AutoExpandMode |
None
Nodes will not be expanded.
Declaration
public const AutoExpandMode None
Field Value
Type |
---|
AutoExpandMode |
RootNodes
Root nodes will be expanded.
Declaration
public const AutoExpandMode RootNodes
Field Value
Type |
---|
AutoExpandMode |