FormatConditionValue(DashboardFormatCondition, Object) Constructor
Initializes a new instance of the FormatConditionValue class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| condition | DashboardFormatCondition | A DashboardFormatCondition object that specifies the comparison logic used to apply conditional styles. |
| value | Object | A boundary value. |
See Also