Click or drag to resize

ChooserText Property

Gets/sets the selected values for the control. The text value for this control is contructed (get), or parsed (set) from the underlying values of selected items delimited by the Delimiter (default ";").

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override string Text { get; set; }

Property Value

Type: String

Implements

IFieldControlText
ITextControlText
See Also