PivotGridFieldAppearances.Cell Property
In This Article
Gets the appearance settings used to paint regular cells corresponding to the current data field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public virtual AppearanceObject Cell { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
To customize the appearance of cells for all data fields, use the PivotGridAppearancesBase.Cell property.
See Also