Skip to main content
A newer version of this page is available. .

PivotItemFormatRuleLevel Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class PivotItemFormatRuleLevel :
    IDataItemRepositoryProvider,
    IXmlSerializableElement

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