Enum DisplayFormatType
Namespace: Telerik.WinControls.UI.Export
Assembly: Telerik.WinControls.dll
Syntax
public enum DisplayFormatType
Currency
Displays numeric date as currency
Custom
Custom defined format
Fixed
Displays numeric values with two fixed decimals
GeneralDate
Displays numeric or date values as short date format
LongDate
Displays numeric or date values as long date format
LongDateTime
Displays numeric or date values as a combination of the long date and long time patterns, separated by a space.
LongTime
Displays numeric or date values in a long time format
MediumDate
Displays numeric or date values as medium date format
MediumTime
Displays numeric or date values in a medium time format
None
General format
Percent
Displays numeric values as percentage values
Scientific
Displays numeric values in scientific notation
ShortDate
Displays numeric or date values as short date format
ShortDateTime
Displays numeric or date values as a combination of the short date and short time patterns, separated by a space.
ShortTime
Displays numeric or date values in a short time format
Standard
Displays numeric values with two fixed decimals and digit grouping
Text
Displays anything as text (i.e. Left aligned without formatting)