Definition
Namespace:Telerik.WinControls.UI.Export
Assembly:Telerik.WinControls.dll
Syntax:
public enum DisplayFormatType
Fields
Displays numeric date as currency
Currency = 12
Custom defined format
Custom = 16
Displays numeric values with two fixed decimals
Fixed = 2
Displays numeric or date values as short date format
GeneralDate = 6
Displays numeric or date values as long date format
LongDate = 9
Displays numeric or date values as a combination of the long date and long time patterns, separated by a space.
LongDateTime = 11
Displays numeric or date values in a long time format
LongTime = 13
Displays numeric or date values as medium date format
MediumDate = 8
Displays numeric or date values in a medium time format
MediumTime = 14
General format
None = 0
Displays numeric values as percentage values
Percent = 4
Displays numeric values in scientific notation
Scientific = 5
Displays numeric or date values as short date format
ShortDate = 7
Displays numeric or date values as a combination of the short date and short time patterns, separated by a space.
ShortDateTime = 10
Displays numeric or date values in a short time format
ShortTime = 15
Displays numeric values with two fixed decimals and digit grouping
Standard = 3
Displays anything as text (i.e. Left aligned without formatting)
Text = 1