Skip to main content
A newer version of this page is available. .

DashboardFormatConditionValueType Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum DashboardFormatConditionValueType

Members

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

See Also