Enum GridComboSelectionOptions
Defines the options for combobox cell value selection
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridComboSelectionOptions
Fields
| Name | Description |
|---|---|
| AutoComplete | Values are automatically completed when type the value |
| AutoSuggest | Automatically suggest the words when type the value |
| Both | Provides the support for both AutoComplete and AutoSuggest |
| None | Doesn't provide any Combo box Selection Option. |