Class DropDownStyle
Defines the constants that speicifies the editing mode.
Inheritance
System.Object
DropDownStyle
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public sealed class DropDownStyle : Enum
Fields
DropDown
Specifies that user can enter a new value and can select an existing value in the list. User can perfom AutoComplete.
Declaration
public const DropDownStyle DropDown
Field Value
| Type |
|---|
| DropDownStyle |
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.
Declaration
public const DropDownStyle DropDownList
Field Value
| Type |
|---|
| DropDownStyle |