Skip to main content
A newer version of this page is available. .

WinExplorerViewAppearances.EmptySpace Property

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public AppearanceObject EmptySpace { get; }

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