ValueFromListBinderTModel, TControl, TValue, TListModelList Property |
Gets the list.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IList<TListModel> List { get; set; }
Public Property List As IList(Of TListModel)
Get
Set
public:
property IList<TListModel>^ List {
IList<TListModel>^ get ();
void set (IList<TListModel>^ value);
}
member List : IList<'TListModel> with get, set
Property Value
Type:
IListTListModelSee Also