Back to Devexpress

PivotItemFormatRuleLevel Class

dashboard-devexpress-dot-dashboardcommon-78440b9b.md

latest2.2 KB
Original Source

PivotItemFormatRuleLevel Class

A pivot level used to apply conditional formatting to specific cells.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class PivotItemFormatRuleLevel :
    IDataItemRepositoryProvider,
    IXmlSerializableElement
vb
Public Class PivotItemFormatRuleLevel
    Implements IDataItemRepositoryProvider,
               IXmlSerializableElement

The following members return PivotItemFormatRuleLevel objects:

Remarks

The PivotItemFormatRuleLevel class allows you to set column (PivotItemFormatRuleLevel.Column) and row (PivotItemFormatRuleLevel.Row) dimensions to specify the cells by whose values conditional formatting is applied.

To specify the level used to apply conditional formatting to specific cells, use the PivotItemFormatRule.Level. Note that this property is in effect if the PivotItemFormatRule.IntersectionLevelMode property is set to FormatConditionIntersectionLevelMode.SpecificLevel.

Inheritance

Object PivotItemFormatRuleLevel

See Also

PivotItemFormatRuleLevel Members

DevExpress.DashboardCommon Namespace