[]
Gets or sets the value of this ComboBoxField as a string. This property is used to specify the value of the ComboBoxField if its Editable property is true.
public string Text { get; set; }
Public Property Text As String