Skip to main content
All docs
V23.2

DataSourceFieldType Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Flags]
public enum DataSourceFieldType

Members

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