Back to Devexpress

IComboBox<TData, TValue>.DropDownTriggerMode Property

blazor-devexpress-dot-blazor-dot-icombobox-2-2cf8c358.md

latest1.5 KB
Original Source

IComboBox<TData, TValue>.DropDownTriggerMode Property

Specify when the ComboBox should open its drop-down list.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(DropDownTriggerMode.Input)]
DropDownTriggerMode DropDownTriggerMode { get; set; }

Property Value

TypeDefaultDescription
DropDownTriggerModeInput

A DropDownTriggerMode enumeration value.

|

Available values:

NameDescription
Input

The ComboBox opens its drop-down list when a user starts typing. If the AllowUserInput property is set to false, the ComboBox opens the drop-down list when a user clicks within in the input element.

| | Click |

The ComboBox opens its drop-down list whenever a user focuses the editor with a mouse/pointer device or starts typing.

|

Remarks

Refer to the DropDownTriggerMode property description for additional information and an example.

See Also

IComboBox<TData, TValue> Interface

IComboBox<TData, TValue> Members

DevExpress.Blazor Namespace