WinExplorerViewAppearances.EmptySpace Property
Provides access to appearance settings that affect the background area of this WinExplorerViewAppearances.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
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