menu

MAUI

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

    Show / Hide Table of Contents

    Class DataFormTextSearchMode

    Specifies the type of the text search mode in ComboBox, AutoComplete.

    Inheritance
    System.Object
    DataFormTextSearchMode
    Namespace: Syncfusion.Maui.DataForm
    Assembly: Syncfusion.Maui.DataForm.dll
    Syntax
    public sealed class DataFormTextSearchMode : Enum

    Fields

    Contains

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

    Declaration
    public const DataFormTextSearchMode Contains
    Field Value
    Type
    DataFormTextSearchMode

    StartsWith

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

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