Skip to main content
A newer version of this page is available. .

PivotGridFieldAppearances.Cell Property

Gets the appearance settings used to paint regular cells corresponding to the current data field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public virtual AppearanceObject Cell { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that provides corresponding settings.

Remarks

To customize the appearance of cells for all data fields, use the PivotGridAppearancesBase.Cell property.

See Also