Back to Devexpress

CalculatedFieldType Enum

dashboard-devexpress-dot-dashboardcommon-8d01f183.md

latest2.2 KB
Original Source

CalculatedFieldType Enum

Lists values used to specify the type of calculated field.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum CalculatedFieldType
vb
Public Enum CalculatedFieldType

Members

NameDescription
String

The field returns a String value (the String type).

| | Integer |

The field returns an Integer value (the Int32 type).

| | Decimal |

The field returns a Decimal value (the Decimal type).

| | Boolean |

The field returns a Boolean value (the Boolean type).

| | DateTime |

The field returns a date-time value (the DateTime type).

| | DateOnly |

The field returns a date value (the DateOnly type).

| | TimeOnly |

The field returns a time value (the TimeOnly type).

| | Object |

The field returns a value of any type.

| | Auto |

A field type is detected automatically based on the type of values returned by CalculatedField.Expression.

| | Double |

The field returns a Double value (the Double type).

|

The following properties accept/return CalculatedFieldType values:

See Also

DevExpress.DashboardCommon Namespace