| 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.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Func<TListModel, TValue> GetListItemValue { get; set; }Public Property GetListItemValue As Func(Of TListModel, TValue)
	Get
	Set
public:
property Func<TListModel, TValue>^ GetListItemValue {
	Func<TListModel, TValue>^ get ();
	void set (Func<TListModel, TValue>^ value);
}member GetListItemValue : Func<'TListModel, 'TValue> with get, set
Property Value
Type: 
FuncTListModel, 
TValue See Also
See Also