ExportFormat
Enum
Enumerator that indicates the type of exporting mode in use.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum ExportFormat
Fields
Comma separated data.
C#
Csv = 2
ExcelML data.
C#
ExcelML = 3
Html data.
C#
Html = 0
Tab delimited data.
C#
Text = 1