GridViewTSelectedItem Property |
If there is exactly one selected item, returns it, otherwise returns null.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public T SelectedItem { get; }
Public ReadOnly Property SelectedItem As T
Get
member SelectedItem : 'T with get
Property Value
Type:
TRemarks See Also