Back to Devexpress

CardViewAppearances.EmptySpace Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardviewappearances-2639ec97.md

latest2.1 KB
Original Source

CardViewAppearances.EmptySpace Property

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

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object providing appearance settings for painting an empty space.

|

Remarks

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

Refer to the Appearance and Conditional Formatting document for more information on appearances.

See Also

Appearance and Conditional Formatting

CustomDrawEmptyForeground

CardViewAppearances Class

CardViewAppearances Members

DevExpress.XtraGrid.Views.Card Namespace