FormatType Enum
Enumerates values for the FormatInfo.FormatType property.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
#Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum FormatType
#Members
Name | Description |
---|---|
None
|
No formatting is performed. Setting the Format |
Numeric
|
Specifies that values should be formatted as numbers. Setting Format Also Format |
Date
|
Specifies that values should be formatted as the Date Setting Format |
Custom
|
Use Custom to format string values. Use Custom when assigning a custom IFormat Setting Format |
#Related API Members
The following properties accept/return FormatType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Custom |
Format |
|
Xl |
|
Win |
Look |
#Remarks
The FormatType type enumerates values for the FormatInfo.FormatType property.
To change formatting, you need to specify format providers via the FormatInfo.Format property.
See Formatting Values, to learn more.