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