Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridFieldAppearances Properties
Show Inherited Hide Inherited

Provides the appearance settings used to paint the elements in a field.
Name Description
Cell Gets the appearance settings used to paint regular cells corresponding to the current data field.
CellGrandTotal Gets the appearance settings used to paint grand total cells corresponding to the current data field.
CellTotal Gets the appearance settings used to paint total cells corresponding to the current data field.
Header Gets the appearance settings used to paint the current field’s header.
IsDisposed Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoading For internal use.
Value Gets the appearance settings used to paint the values of fields.
ValueGrandTotal Gets the appearance settings used to paint the Grand Total headers.
ValueTotal Gets the appearance settings used to paint the field’s totals.
See Also