Click or drag to resize

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; }

Property Value

Type: T
Remarks
Typically, you would use SelectedItems when AllowMultipleSelection is true.
See Also