MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormTextSearchMode

    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 Description
    DataFormTextSearchMode

    StartsWith

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

    Declaration
    public const DataFormTextSearchMode StartsWith
    Field Value
    Type Description
    DataFormTextSearchMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved