| ValueBinderTModel, TControl, TValueControlValue Property  | 
            Gets the control's value.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TValue ControlValue { get; protected set; }Public Property ControlValue As TValue
	Get
	Protected Set
public:
property TValue ControlValue {
	TValue get ();
	protected: void set (TValue value);
}member ControlValue : 'TValue with get, set
Property Value
Type: 
TValue
See Also