AccessControlBinderTModelModel Property |
Gets the model that we're bound to.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TModel Model { get; }
Public ReadOnly Property Model As TModel
Get
public:
property TModel Model {
TModel get ();
}
member Model : 'TModel with get
Property Value
Type:
TModelSee Also