Skip to main content
All docs
V25.1
  • ListSearchFilterCondition Enum

    Lists values that specify the search and filter condition.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    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.

    Equals

    Searches for items whose value matches the search string.

    See Also