Skip to main content

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.1.dll

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

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