Format Enum
In This Article
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
[JsonConverter(typeof(StringEnumConverter))]
public enum Format
#Members
Name |
---|
Billions
|
Currency
|
Day
|
Decimal
|
Exponential
|
Fixed
|
Large
|
Long
|
Long
|
Millions
|
Millisecond
|
Month
|
Month
|
Month
|
Percent
|
Quarter
|
Quarter
|
Short
|
Short
|
Thousands
|
Trillions
|
Year
|
Day
|
Hour
|
Long
|
Minute
|
Second
|
Short
|
See Also