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
Syntaxpublic Object DataContext { get; set; }Public Property DataContext As Object
	Get
	Set
abstract DataContext : Object with get, set
override DataContext : Object with get, set
Property Value
Type: 
ObjectImplements
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