| ControlBinderModelObject Property  | 
            Gets the model that has been bound to the control.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object ModelObject { get; }Public ReadOnly Property ModelObject As Object
	Get
public:
property Object^ ModelObject {
	Object^ get ();
}member ModelObject : Object with get
Property Value
Type: 
Object
See Also