Class GridComboSelectionOptions
Defines the options for combobox cell value selection
Inheritance
System.Object
GridComboSelectionOptions
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridComboSelectionOptions : Enum
Fields
AutoComplete
Values are automatically completed when type the value
Declaration
public const GridComboSelectionOptions AutoComplete
Field Value
| Type |
|---|
| GridComboSelectionOptions |
AutoSuggest
Automatically suggest the words when type the value
Declaration
public const GridComboSelectionOptions AutoSuggest
Field Value
| Type |
|---|
| GridComboSelectionOptions |
Both
Provides the support for both AutoComplete and AutoSuggest
Declaration
public const GridComboSelectionOptions Both
Field Value
| Type |
|---|
| GridComboSelectionOptions |
None
Doesn't provide any Combo box Selection Option.
Declaration
public const GridComboSelectionOptions None
Field Value
| Type |
|---|
| GridComboSelectionOptions |