DashboardFormatCondition Enum
Lists values specifying comparison operators used to apply conditional styles.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Greater
|
The formatting is applied to elements whose values are greater than that specified by the Format |
Greater
|
The formatting is applied to elements whose values are greater than or equal to that specified by the Format |
Less
|
The formatting is applied to elements whose values are less than that specified by the Format |
Less
|
The formatting is applied to elements whose values are less than or equal to that specified by the Format |
Equal
|
The formatting is applied to elements whose values are equal to a value assigned to the Format |
Not
|
The formatting is applied to elements whose values are not equal to a value assigned to the Format |
Between
|
The formatting is applied to elements whose values fall into the range specified by the Format |
Not
|
The formatting is applied to elements whose values fall outside of the range specified by the Format |
Between
|
The formatting is applied to elements whose values are between or equal to the Format |
Not
|
The formatting is applied to elements whose values are not between or equal to the Format |
Contains
|
The formatting is applied to elements whose values contain text specified by the Format |
#Related API Members
The following properties accept/return DashboardFormatCondition values:
#Remarks
Values listed in this enumeration are used to set the FormatConditionValue.Condition property.