Back to Devexpress

DashboardItemFormatRule Class

dashboard-devexpress-dot-dashboardcommon-5410418a.md

latest3.2 KB
Original Source

DashboardItemFormatRule Class

Represents a format rule used to apply conditional formatting to dashboard items.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class DashboardItemFormatRule :
    IFormatConditionOwner,
    IDataItemRepositoryProvider,
    IXmlSerializableElement,
    ISupportPrefix,
    INameContainer,
    INamedItem
vb
Public MustInherit Class DashboardItemFormatRule
    Implements IFormatConditionOwner,
               IDataItemRepositoryProvider,
               IXmlSerializableElement,
               ISupportPrefix,
               INameContainer,
               INamedItem

Remarks

Dashboard items that support conditional formatting expose the FormatRules property, providing access to a collection of the DashboardItemFormatRule descendants.

To create a new rule, do the following.

Finally, add the created format rule to the FormatRules collection exposed by the dashboard item.

Inheritance

Show 11 items

Object DashboardItemFormatRule CardItemFormatRuleBase

CellsItemFormatRule

ChartItemFormatRuleBase

CardItemDeltaFormatRule

CardItemFormatRule

ChartItemFormatRule

ScatterChartItemFormatRule

GridItemFormatRule

PivotItemFormatRule

See Also

DashboardItemFormatRule Members

DevExpress.DashboardCommon Namespace