Back to Devexpress

WinExplorerViewAppearances.EmptySpace Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances.md

latest2.1 KB
Original Source

WinExplorerViewAppearances.EmptySpace Property

Provides access to appearance settings that affect the background area of this WinExplorerViewAppearances.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

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 that stores appearance settings that affect the background area of this WinExplorerViewAppearances.

|

Remarks

EmptySpace appearance settings affect the blank View client area. You can also handle the ColumnView.CustomDrawEmptyForeground event to paint this area manually.

See Also

CustomDrawEmptyForeground

WinExplorerViewAppearances Class

WinExplorerViewAppearances Members

DevExpress.XtraGrid.Views.WinExplorer Namespace