Back to Devexpress

IRibbonComboBox<TData, TValue>.SearchFilterCondition Property

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

latest1.6 KB
Original Source

IRibbonComboBox<TData, TValue>.SearchFilterCondition Property

Specifies the search and filter condition.

Namespace : DevExpress.Blazor.Ribbon

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
ListSearchFilterCondition SearchFilterCondition { get; set; }

Property Value

TypeDefaultDescription
ListSearchFilterConditionnull

An enumeration value.

|

Available values:

NameDescription
Default

The Contains condition is used. Filters the component for items that contain the search string. Search string matches are highlighted.

| | StartsWith |

Filters the component for items that begin with the search string.

| | Contains |

Filters the component for items that contain the search string. Search string matches are highlighted.

| | Equals |

Searches for items whose value matches the search string.

|

Remarks

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

See Also

IRibbonComboBox<TData, TValue> Interface

IRibbonComboBox<TData, TValue> Members

DevExpress.Blazor.Ribbon Namespace