Class ComboBoxMode
Defines the constants that speicifies the mode of ComboBox.
Inheritance
System.Object
ComboBoxMode
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public sealed class ComboBoxMode : Enum
Fields
MultiSelection
Specify the multi selection mode with CheckBox.
Declaration
public const ComboBoxMode MultiSelection
Field Value
| Type |
|---|
| ComboBoxMode |
SingleSelection
Specify the single selection mode.
Declaration
public const ComboBoxMode SingleSelection
Field Value
| Type |
|---|
| ComboBoxMode |