Back to Devexpress

PivotGridControl.Appearance Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-b8bc6aaa.md

latest2.3 KB
Original Source

PivotGridControl.Appearance Property

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public PivotGridAppearances Appearance { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property Appearance As PivotGridAppearances

Property Value

TypeDescription
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

AppearancePrint

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace