MAUI

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

    Show / Hide Table of Contents

    Class ComboBoxTextSearchMode

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

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

    Fields

    Contains

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

    Declaration
    public const ComboBoxTextSearchMode Contains
    Field Value
    Type Description
    ComboBoxTextSearchMode

    StartsWith

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

    Declaration
    public const ComboBoxTextSearchMode StartsWith
    Field Value
    Type Description
    ComboBoxTextSearchMode

    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