| IBindableDataContext Property  | 
 
            Gets or sets the data context for the widget for binding
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxObject DataContext { get; set; }Property DataContext As Object
	Get
	Set
abstract DataContext : Object with get, set
Property Value
Type: 
Object Remarks
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
See Also