Back to Devexpress

DataSourceFieldType Enum

dashboard-devexpress-dot-dashboardcommon-97413d13.md

latest1.4 KB
Original Source

DataSourceFieldType Enum

Lists values that specify the field type used for data items in a section.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[Flags]
public enum DataSourceFieldType
vb
<Flags>
Public Enum DataSourceFieldType

Members

NameDescription
Text

A data field has the string type.

| | DateTime |

A data field has the DateTime type.

| | 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

DevExpress.DashboardCommon Namespace