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

CustomDrawCellBackgroundEventArgs.BackColor Property

Gets or sets the background color of the painted cell.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

public Color BackColor { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the cell’s background color.

See Also