Class TreeViewAutoExpandMode
Enumerates possible expand modes while loading the nodes in the
Inheritance
System.Object
TreeViewAutoExpandMode
Namespace: Syncfusion.TreeView.Engine
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public sealed class TreeViewAutoExpandMode : Enum
Fields
AllNodesExpanded
All nodes expanded.
Declaration
public const TreeViewAutoExpandMode AllNodesExpanded
Field Value
None
Nodes will not be expanded.
Declaration
public const TreeViewAutoExpandMode None
Field Value
RootNodesExpanded
Root nodes expanded.
Declaration
public const TreeViewAutoExpandMode RootNodesExpanded