ValueFromListBinderTModel, TControl, TValue, TListModelGetListItemDescription Property |
Gets or sets a method that returns a list item's description. Cannot be set after initialisation.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Func<TListModel, string> GetListItemDescription { get; set; }
Public Property GetListItemDescription As Func(Of TListModel, String)
Get
Set
public:
property Func<TListModel, String^>^ GetListItemDescription {
Func<TListModel, String^>^ get ();
void set (Func<TListModel, String^>^ value);
}
member GetListItemDescription : Func<'TListModel, string> with get, set
Property Value
Type:
FuncTListModel,
StringSee Also