PivotItemFormatRuleLevel Class
A pivot level used to apply conditional formatting to specific cells.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.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