Enum TreeGridExportMode
Defines the constants which specify the export mode.
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public enum TreeGridExportMode
Fields
| Name | Description |
|---|---|
| Text | Exports the FormattedText to Excel. |
| Value | Exports the actual value to Excel and format will be set to the cell. |