windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-b8bc6aaa.md
Provides access to the properties that control the appearance of the PivotGrid control’s elements.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public PivotGridAppearances Appearance { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property Appearance As PivotGridAppearances
| Type | Description |
|---|---|
| PivotGridAppearances |
A PivotGridAppearances object which provides the appearance settings for the PivotGrid control’s elements.
|
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