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.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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