Class NodeExpandMode
Defines the constants which specify the expand state of groups in Excel.
Inheritance
System.Object
NodeExpandMode
Namespace: Syncfusion.UI.Xaml.TreeGrid.Export
Assembly: Syncfusion.GridExport.WinUI.dll
Syntax
public sealed class NodeExpandMode : Enum
Fields
CollapseAll
Exports the data in the SfTreeGrid to Excel with all nodes in a collapsed state.
Declaration
public const NodeExpandMode CollapseAll
Field Value
Type |
---|
NodeExpandMode |
Default
Exports the data in the SfTreeGrid to Excel, with the option to export the expanded nodes in an expanded state and the collapsed nodes in a collapsed state.
Declaration
public const NodeExpandMode Default
Field Value
Type |
---|
NodeExpandMode |
ExpandAll
Exports the data in the SfTreeGrid to Excel with all nodes in an expanded state.
Declaration
public const NodeExpandMode ExpandAll
Field Value
Type |
---|
NodeExpandMode |