Enum GridDropDownStyle
Defines behavior of combo boxes and drop-down list in a cell.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridDropDownStyle
Fields
Name | Description |
---|---|
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. |
Editable | The user can edit the text box contents and is not limited to values existing choices. |
Exclusive | User input is restricted to items from the ChoiceList or DataSource. |