Click or drag to resize

IBindableWidgetContainer Interface

Interface to specify that the BindableWidget contains child bindable widgets that should participate in binding events.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IBindableWidgetContainer

The IBindableWidgetContainer type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the children that in the container.
Top
See Also