FormatConditionValue(DashboardFormatCondition, Object) Constructor
Initializes a new instance of the FormatConditionValue class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.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