Class GridDropDownStyle
Defines behavior of comobo boxes and drop-down list in a cell.
Inheritance
System.Object
GridDropDownStyle
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.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 |