Skip to main content

FormatRuleTotalTypeSettings.ApplyToGrandTotalCell Property

Specifies if grand total cells are involved in conditional formatting.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ApplyToGrandTotalCell { get; set; }

Property Value

Type Default Description
Boolean true

true if grand total cells are involved in conditional formatting; otherwise, false.

See Also