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

PivotItemFormatRule.IntersectionLevelMode Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.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.

See Also