Class TreeGridExportMode
Defines the constants which specify the export mode.
Inheritance
System.Object
TreeGridExportMode
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class TreeGridExportMode : Enum
Fields
Text
Exports the FormattedText to Excel.
Declaration
public const TreeGridExportMode Text
Field Value
Type |
---|
TreeGridExportMode |
Value
Exports the actual value to Excel and format will be set to the cell.
Declaration
public const TreeGridExportMode Value
Field Value
Type |
---|
TreeGridExportMode |