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)
Syntax public Object ModelObject { get; }
Public ReadOnly Property ModelObject As Object
Get
public:
property Object^ ModelObject {
Object^ get ();
}
member ModelObject : Object with get
Property Value
Type:
ObjectSee Also