| MasterListToListBinderTModel, TListModelModel Property | 
            Gets the model that owns the list.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic TModel Model { get; }Public ReadOnly Property Model As TModel
	Get
public:
property TModel Model {
	TModel get ();
}member Model : 'TModel with get
Property Value
Type: 
TModel See Also
See Also