Click or drag to resize

GridViewTSelectedItemBinding Property

Gets a binding object to bind to the SelectedItem property.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding<GridView<T>, T> SelectedItemBinding { get; }

Property Value

Type: BindableBindingGridViewT, T
The selected item binding.
See Also