Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

ListSearchFilterCondition Enum

Lists values that specify the search and filter condition.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum ListSearchFilterCondition

Members

Name Description
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.

See Also