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 |
---|---|---|
Format |
Auto | A Format |
Available values:
Name | Description |
---|---|
Auto | The default level. |
First |
First level values are used to apply conditional formatting. |
Last |
The last level values are used to apply conditional formatting. |
All |
All pivot cells is used to apply conditional formatting. |
Specific |
Values from the specific level are used to apply conditional formatting. Use the Pivot |