Class GridDropDownStyle
Defines behavior of combo boxes and drop-down list in a cell.
Inheritance
System.Object
GridDropDownStyle
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridDropDownStyle : Enum
Fields
AutoComplete
The user input is restricted to items from the ChoiceList or DataSource but the user can type text into the text box and the text box will be filled with a matching choice.
Declaration
public const GridDropDownStyle AutoComplete
Field Value
| Type |
|---|
| GridDropDownStyle |
Editable
The user can edit the text box contents and is not limited to values existing choices.
Declaration
public const GridDropDownStyle Editable
Field Value
| Type |
|---|
| GridDropDownStyle |
Exclusive
User input is restricted to items from the ChoiceList or DataSource.
Declaration
public const GridDropDownStyle Exclusive
Field Value
| Type |
|---|
| GridDropDownStyle |