Click or drag to resize

GridSelectedItem 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 Object SelectedItem { get; }

Property Value

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