Back to Devexpress

PivotGridStyleFormatCondition.ApplyToCell Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridstyleformatcondition-6672cd1a.md

latest1.7 KB
Original Source

PivotGridStyleFormatCondition.ApplyToCell Property

Gets or sets whether the appearance settings can be applied to data cells.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

ApplyToCustomTotalCell

ApplyToGrandTotalCell

ApplyToTotalCell

PivotGridStyleFormatCondition Class

PivotGridStyleFormatCondition Members

DevExpress.XtraPivotGrid Namespace