Enum NodeExpandMode
Defines the constants which specify the expand state of groups in Excel.
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public enum NodeExpandMode
Fields
| Name | Description |
|---|---|
| CollapseAll | Exports all the node in collapse state to Excel. |
| Default | Exports the expanded node in expand state otherwise collapse state to Excel. |
| ExpandAll | Exports all the node in expand state to Excel. |