| MasterListToListBinderTModel, TListModelModelList Property | 
            Gets the list held by the model.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic IList<TListModel> ModelList { get; }Public ReadOnly Property ModelList As IList(Of TListModel)
	Get
public:
property IList<TListModel>^ ModelList {
	IList<TListModel>^ get ();
}member ModelList : IList<'TListModel> with get
Property Value
Type: 
IListTListModel See Also
See Also