Share via


ViewModel.Bindable Property

When overridden, gets an object that is bound to the view.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Bindable As Object
public virtual Object Bindable { get; }
public:
virtual property Object^ Bindable {
    Object^ get ();
}
public function get Bindable () : Object

Remarks

By default, the ViewModel returns itself.

See Also

ViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace