ElementViewModel.Bindable Property
Gets the element the view should bind to. By default it is the element itself.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Bindable As Object
public override Object Bindable { get; }
public:
virtual property Object^ Bindable {
Object^ get () override;
}
public override function get Bindable () : Object
Remarks
This is the cached bindable value created from CreateBindable().
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace