Back to Devexpress

PivotGridAppearances.Empty Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridappearances-8d7ee2fc.md

latest1.8 KB
Original Source

PivotGridAppearances.Empty Property

Gets the appearance settings used to paint the Pivot Grid Control’s empty area.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public AppearanceObject Empty { get; }
vb
Public ReadOnly Property Empty As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the Pivot Grid Control’s empty space.

|

Remarks

Appearance settings specified by the Empty property can be overridden in the PivotGridControl.CustomDrawEmptyArea event handler.

For more information on appearances, see the Appearances topic.

See Also

Appearances

PivotGridAppearances Class

PivotGridAppearances Members

DevExpress.XtraPivotGrid Namespace