PivotItemFormatRule.IntersectionLevelMode Property
Gets or sets the level on which to apply conditional formatting to pivot cells.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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