Click or drag to resize
ValueBinderTModel, TControl, TValueModelPropertyName Property
Gets or sets the name of the model's property to bind to. Only required if the ctor getModelValue parameter does more than just return a property. Cannot be set once the binder has been initialised.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ModelPropertyName { get; set; }

Property Value

Type: String
See Also