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
Declaration
[DefaultValue(null)]
ListSearchMode SearchMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ListSearchMode | null | An enumeration value. |
Available values:
| Name | Description |
|---|---|
| Default |
|
| 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 more information and examples.
See Also