Back to Devexpress

IRibbonComboBox<TData, TValue>.SearchMode Property

blazor-devexpress-dot-blazor-dot-ribbon-dot-iribboncombobox-2-f7bcfe96.md

latest1.4 KB
Original Source

IRibbonComboBox<TData, TValue>.SearchMode Property

Specifies whether the component can search for text that users type in the edit box.

Namespace : DevExpress.Blazor.Ribbon

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
ListSearchMode SearchMode { get; set; }

Property Value

TypeDefaultDescription
ListSearchModenull

An enumeration value.

|

Available values:

NameDescription
Default

AutoSearch is used. The component automatically searches for text that users type in the edit box.

| | None |

The filter is not applied to list items.

| | AutoSearch |

The component searches for text that users type in the edit box.

|

Remarks

Refer to the SearchMode property description for additional information and examples.

See Also

IRibbonComboBox<TData, TValue> Interface

IRibbonComboBox<TData, TValue> Members

DevExpress.Blazor.Ribbon Namespace