WinExplorerViewAppearances.EmptySpace Property
In This Article
Provides access to appearance settings that affect the background area of this WinExplorerViewAppearances.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject EmptySpace { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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