New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Export

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum DisplayFormatType

Fields

Displays numeric date as currency

C#
Currency = 12

Custom defined format

C#
Custom = 16

Displays numeric values with two fixed decimals

C#
Fixed = 2

Displays numeric or date values as short date format

C#
GeneralDate = 6

Displays numeric or date values as long date format

C#
LongDate = 9

Displays numeric or date values as a combination of the long date and long time patterns, separated by a space.

C#
LongDateTime = 11

Displays numeric or date values in a long time format

C#
LongTime = 13

Displays numeric or date values as medium date format

C#
MediumDate = 8

Displays numeric or date values in a medium time format

C#
MediumTime = 14

General format

C#
None = 0

Displays numeric values as percentage values

C#
Percent = 4

Displays numeric values in scientific notation

C#
Scientific = 5

Displays numeric or date values as short date format

C#
ShortDate = 7

Displays numeric or date values as a combination of the short date and short time patterns, separated by a space.

C#
ShortDateTime = 10

Displays numeric or date values in a short time format

C#
ShortTime = 15

Displays numeric values with two fixed decimals and digit grouping

C#
Standard = 3

Displays anything as text (i.e. Left aligned without formatting)

C#
Text = 1