Click or drag to resize

CellPaintEventArgsIsSelected Property

Gets a value indicating whether the cell is currently selected.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsSelected { get; }

Property Value

Type: Boolean
true if the cell is selected; otherwise, false.
See Also