Back to Devexpress

PivotGridStyleFormatCondition.ApplyToGrandTotalCell Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridstyleformatcondition-aaae13e7.md

latest1.8 KB
Original Source

PivotGridStyleFormatCondition.ApplyToGrandTotalCell Property

Gets or sets whether the appearance settings are applied to grand total cells.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ApplyToGrandTotalCell { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(True)>
Public Property ApplyToGrandTotalCell As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to apply the appearance settings to grand total cells; otherwise, false.

|

See Also

ApplyToCell

ApplyToCustomTotalCell

ApplyToTotalCell

PivotGridStyleFormatCondition Class

PivotGridStyleFormatCondition Members

DevExpress.XtraPivotGrid Namespace