menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoCompleteTextSearchMode - API Reference

    Show / Hide Table of Contents

    Class AutoCompleteTextSearchMode

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

    Inheritance
    System.Object
    AutoCompleteTextSearchMode
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.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 Description
    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 Description
    AutoCompleteTextSearchMode

    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