Back to Devexpress

CellsItemFormatRule Class

dashboard-devexpress-dot-dashboardcommon-9566deb0.md

latest1.4 KB
Original Source

CellsItemFormatRule Class

Serves as the base for classes used to apply conditional formatting to a dashboard item‘s cells.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class CellsItemFormatRule :
    DashboardItemFormatRule,
    IFormatRuleLevel,
    IDataItemFormatRule
vb
Public MustInherit Class CellsItemFormatRule
    Inherits DashboardItemFormatRule
    Implements IFormatRuleLevel,
               IDataItemFormatRule

Inheritance

Object DashboardItemFormatRule CellsItemFormatRule GridItemFormatRule

PivotItemFormatRule

See Also

CellsItemFormatRule Members

DevExpress.DashboardCommon Namespace