Click or drag to resize
ValueFromListBinderTModel, TControl, TValue, TListModelGetListItemValue Property
Gets or sets a method that returns the list item's value. 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, TValue> GetListItemValue { get; set; }

Property Value

Type: FuncTListModel, TValue
See Also