Enum DropDownStyle
Defines the constants that speicifies the editing mode.
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public enum DropDownStyle
Fields
| Name | Description |
|---|---|
| DropDown | Specifies that user can enter a new value and can select an existing value in the list. User can perfom AutoComplete. |
| DropDownList | Specifies that user is not allowed to enter a new value and can select an existing value in the list. User cannot perfom AutoComplete. |