Back to Devexpress

PivotGridFieldAppearances.Cell Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldappearances-52d822a7.md

latest1.7 KB
Original Source

PivotGridFieldAppearances.Cell Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public virtual AppearanceObject Cell { get; }
vb
Public Overridable ReadOnly Property Cell As AppearanceObject

Property Value

TypeDescription
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

Cell

PivotGridFieldAppearances Class

PivotGridFieldAppearances Members

DevExpress.XtraPivotGrid Namespace