Click or drag to resize

GridCellFormatEventArgsBackgroundColor Property

Gets or sets the background color for the cell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract Color BackgroundColor { get; set; }

Property Value

Type: Color
The color of the background.
See Also