Click or drag to resize

GridSelectedItemBinding 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<Grid, Object> SelectedItemBinding { get; }

Property Value

Type: BindableBindingGrid, Object
The selected item binding.
See Also