DataSourceFieldType Enum
In This Article
Lists values that specify the field type used for data items in a section.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Text
|
A data field has the string type. |
Date
|
A data field has the Date |
Bool
|
A data field has the Boolean type. |
Integer
|
A data field has the integer type. |
Float
|
A data field has the floating-point type. |
Double
|
A data field has the double-precision type. |
Decimal
|
A data field has the decimal type. |
Enum
|
A data field has the enumeration type. |
Numeric
|
A data field can have the decimal, integer, double or floating-point types. |
See Also