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; }
Public Property IsSelected As Boolean
Get
Protected Set
member IsSelected : bool with get, set
Property Value
Type:
Booleantrue if the cell is selected; otherwise,
false.
See Also