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 |
---|---|
Pivot |
A Pivot |
#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.