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

PivotGridControl.Appearance Property

Provides access to the properties that control the appearance of the PivotGrid control’s elements.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public PivotGridAppearances Appearance { get; }

#Property Value

Type Description
PivotGridAppearances

A PivotGridAppearances object which provides the appearance settings for the PivotGrid control’s elements.

#Remarks

The PivotGridAppearances object provides a number of properties which allow you to access the appearances used to paint the PivotGrid control’s visual elements (field headers, field values, cells, buttons, etc.). For a list of visual elements that support customizing their visual representation via appearances, see PivotGridControl Elements Painted via Appearances.

For more information on appearances, see the Appearances topic.

See Also