menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutocompleteTextSearchMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutocompleteTextSearchMode

    Defines constants that specify the search mode of a Autocomplete control.

    Inheritance
    System.Object
    AutocompleteTextSearchMode
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public sealed class AutocompleteTextSearchMode : Enum

    Fields

    Contains

    Search the item which contains the search text in the list.

    Declaration
    public const AutocompleteTextSearchMode Contains
    Field Value
    Type
    AutocompleteTextSearchMode

    StartsWith

    Search the item which matches the search text with the beginning of the texts in the list.

    Declaration
    public const AutocompleteTextSearchMode StartsWith
    Field Value
    Type
    AutocompleteTextSearchMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved