| Name | Description | |
|---|---|---|
![]()  | CommitOnSelectionChange | Gets or sets a value indicating whether the new value is submitted as soon as the selection is changed, rather than waiting until the user exits the field. | 
![]()  | DefaultValue | Gets or sets the default value of the field. The value may be the export value of one of the options, or, if Edit is set, it may specify a custom text. | 
![]()  | DoNotSpellCheck | Gets or sets a value indicating whether the text entered in the field is spell-checked.  NOTE: ImageGear .NET does not currently adhere to the behavior of this property. It is available for read and write for exporting purposes.  | 
![]()  | Edit | Gets or sets a value indicating whether the combobox includes an editable textbox as well as a drop-down list. | 
![]()  | Sort | Gets or sets a value indicating whether the list of options is stored in alphabetical order. | 
![]()  | Value | Gets or sets the value of the field. The value may be the export value of one of the options, or, if Edit is set, it may specify a custom text. | 
            
