alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SearchType

    Specifies the available search modes used while filtering.

    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum SearchType
    Remarks

    This enum defines how item values are compared to the typed search text in filter-enabled dropdown controls.

    Examples
    SearchType search = SearchType.StartsWith;

    Fields

    Name Description
    Equal

    Allows filtering by matching only the items that are equal to the typed value.

    StartsWith

    Allows filtering by searching only from the start of the item value (prefix match).

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved