menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoCompleteSelectionMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoCompleteSelectionMode

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

    Inheritance
    System.Object
    AutoCompleteSelectionMode
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class AutoCompleteSelectionMode : Enum

    Fields

    Multiple

    Allows to select one or more items from suggestions.

    Declaration
    public const AutoCompleteSelectionMode Multiple
    Field Value
    Type
    AutoCompleteSelectionMode

    Single

    Allows to select a single item from suggestions.

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