Back to Devexpress

DashboardFormatConditionValueType Enum

dashboard-devexpress-dot-dashboardcommon-bd4620d8.md

latest1.9 KB
Original Source

DashboardFormatConditionValueType Enum

Lists values used to specify the value type used in conditional formatting.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardFormatConditionValueType
vb
Public Enum DashboardFormatConditionValueType

Members

NameDescription
Number

A numeric value.

| | Percent |

A percentage value.

Note

Note that the Percent value type is not in effect when formatting is applied to date-time dimensions. In this case, the DashboardItemFormatRule.IsValid property will return false.

| | Automatic |

A value type is selected automatically.

|

The following properties accept/return DashboardFormatConditionValueType values:

See Also

DevExpress.DashboardCommon Namespace