BindableWidgetBindings Property |
Gets the collection of bindings that are attached to this widget
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindingCollection Bindings { get; }
Public ReadOnly Property Bindings As BindingCollection
Get
abstract Bindings : BindingCollection with get
override Bindings : BindingCollection with get
Property Value
Type:
BindingCollectionImplements
IBindableBindingsSee Also