ValueFromListBinderTModel, TControl, TValue, TListModelItemDescriptions Property |
The list of descriptions that we're going to use for the list.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected ItemDescriptionList<TListModel> ItemDescriptions { get; }
Protected ReadOnly Property ItemDescriptions As ItemDescriptionList(Of TListModel)
Get
protected:
property ItemDescriptionList<TListModel>^ ItemDescriptions {
ItemDescriptionList<TListModel>^ get ();
}
member ItemDescriptions : ItemDescriptionList<'TListModel> with get
Property Value
Type:
ItemDescriptionListTListModelSee Also