dashboard-devexpress-dot-dashboardcommon-557ca8c7.md
Serves as a base for classes that represent format conditions used to apply formatting.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public abstract class FormatConditionBase :
IAggregationInfo,
IFormatCondition,
IXmlSerializableElement,
IFormatStyleSettingsOwner,
IMinMaxInfo
Public MustInherit Class FormatConditionBase
Implements IAggregationInfo,
IFormatCondition,
IXmlSerializableElement,
IFormatStyleSettingsOwner,
IMinMaxInfo
The following members return FormatConditionBase objects:
Conditional formatting can be applied to various dashboard item elements. For instance, for the Grid and Pivot dashboard items, you can change the appearance of individual cells/rows or add specified icons.
To use the specified condition to apply formatting, assign the FormatConditionBase class descendant with the specified settings to the DashboardItemFormatRule.Condition property.
|
Data Item
|
Supported Format Conditions
| | --- | --- | |
|
FormatConditionGradientRangeBar
| |
string Dimension
|
FormatConditionValue with the FormatConditionValue.Condition property set to Equal, NotEqual or ContainsText
| |
date-time Dimension
|
FormatConditionDateOccuring for dimensions with the continuous date-time group interval
FormatConditionGradientRangeBar
FormatConditionRangeGradient with the FormatConditionRangeBase.ValueType set to Number
FormatConditionRangeSet with the FormatConditionRangeBase.ValueType set to Number
|
Show 16 items
Object FormatConditionBase FormatConditionRangeBase
FormatConditionGradientRangeBar
See Also