Skip to main content
All docs
V24.1

TileViewItemCustomDrawEventArgs.TileViewEmptySpaceBackColor Property

Gets the Tile View background.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public Color TileViewEmptySpaceBackColor { get; }

Property Value

Type Description
Color

The Tile View background.

See Also