Click or drag to resize

BindableWidgetDataContext Property

Gets or sets the data context for this widget for binding

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object DataContext { get; set; }

Property Value

Type: Object

Implements

IBindableDataContext
Remarks
Subclasses may override the standard behaviour so that hierarchy of widgets can be taken into account. For example, a Control may return the data context of a parent, if it is not set explicitly.
See Also