Click or drag to resize

CellEventArgsIsSelected Property

Gets or sets a value indicating whether the cell is selected.

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

Property Value

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