Skip to main content

PivotItemFormatRule.IntersectionLevelMode Property

Gets or sets the level on which to apply conditional formatting to pivot cells.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(FormatConditionIntersectionLevelMode.Auto)]
public FormatConditionIntersectionLevelMode IntersectionLevelMode { get; set; }

#Property Value

Type Default Description
FormatConditionIntersectionLevelMode Auto

A FormatConditionIntersectionLevelMode object that specifies the level on which to apply conditional formatting to pivot cells.

Available values:

Name Description
Auto

The default level.

FirstLevel

First level values are used to apply conditional formatting.

LastLevel

The last level values are used to apply conditional formatting.

AllLevels

All pivot cells is used to apply conditional formatting.

SpecificLevel

Values from the specific level are used to apply conditional formatting. Use the PivotItemFormatRuleLevel.Row and PivotItemFormatRuleLevel.Column properties to specify this level.

See Also