Class NodeExpandMode
Defines the constants which specify the expand state of groups in Excel.
Inheritance
System.Object
NodeExpandMode
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class NodeExpandMode : Enum
Fields
CollapseAll
Exports all the node in collapse state to Excel.
Declaration
public const NodeExpandMode CollapseAll
Field Value
Type |
---|
NodeExpandMode |
Default
Exports the expanded node in expand state otherwise collapse state to Excel.
Declaration
public const NodeExpandMode Default
Field Value
Type |
---|
NodeExpandMode |
ExpandAll
Exports all the node in expand state to Excel.
Declaration
public const NodeExpandMode ExpandAll
Field Value
Type |
---|
NodeExpandMode |