Back to Devexpress

GridViewAppearances.Empty Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-67fb187d.md

latest2.1 KB
Original Source

GridViewAppearances.Empty Property

Gets the appearance settings used to paint the View’s empty space.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint the View’s empty space.

|

Remarks

Appearance settings specified by the Empty property can be overridden in the ColumnView.CustomDrawEmptyForeground event handler.

For more information on appearances, see the Appearance and Conditional Formatting topic.

See Also

CustomDrawEmptyForeground

Appearance and Conditional Formatting

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace