PivotGridStyleFormatCondition.ApplyToGrandTotalCell Property
Gets or sets whether the appearance settings are applied to grand total cells.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(true)]
public bool ApplyToGrandTotalCell { get; set; }
<XtraSerializableProperty>
<DefaultValue(True)>
Public Property ApplyToGrandTotalCell As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to apply the appearance settings to grand total cells; otherwise, false. |
See Also
Feedback