Class AutoExpandMode
Enumerates possible expand modes while loading.
Inheritance
System.Object
AutoExpandMode
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class AutoExpandMode : Enum
Fields
AllNodesExpanded
All nodes expanded.
Declaration
public const AutoExpandMode AllNodesExpanded
Field Value
Type |
---|
AutoExpandMode |
None
None
Declaration
public const AutoExpandMode None
Field Value
Type |
---|
AutoExpandMode |
RootNodesExpanded
Root nodes expanded.
Declaration
public const AutoExpandMode RootNodesExpanded
Field Value
Type |
---|
AutoExpandMode |