FormatConditionValue.Condition Property
Gets or sets the comparison logic used to apply conditional styles.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DashboardFormatCondition.Equal)]
public DashboardFormatCondition Condition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
Equal | A Dashboard |
Available values:
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 GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Condition property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.