Back to Devexpress

PivotGridStyleFormatCondition.ApplyToCustomTotalCell Property

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

latest1.8 KB
Original Source

PivotGridStyleFormatCondition.ApplyToCustomTotalCell Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

ApplyToCell

ApplyToTotalCell

ApplyToGrandTotalCell

PivotGridStyleFormatCondition Class

PivotGridStyleFormatCondition Members

DevExpress.XtraPivotGrid Namespace