dashboard-devexpress-dot-dashboardcommon-78440b9b.md
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
public class PivotItemFormatRuleLevel :
IDataItemRepositoryProvider,
IXmlSerializableElement
Public Class PivotItemFormatRuleLevel
Implements IDataItemRepositoryProvider,
IXmlSerializableElement
The following members return PivotItemFormatRuleLevel objects:
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.
Object PivotItemFormatRuleLevel
See Also