Click or drag to resize

CellEventArgsCellTextColor Property

Gets or sets the preferred color of the cell text given its state.

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

Property Value

Type: Color
The preferred color of cell text.
See Also