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

PivotGridControl.Appearance Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

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