Click or drag to resize
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.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Func<TListModel, string> GetListItemDescription { get; set; }

Property Value

Type: FuncTListModel, String
See Also