menu

UWP

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

    Show / Hide Table of Contents

    Class MultiSelectMode

    Specifies the selection mode and UI of the SfTextBoxExt.

    Inheritance
    System.Object
    MultiSelectMode
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public sealed class MultiSelectMode : Enum

    Fields

    Delimiter

    Specifies that multiple items can be selected and selected items separated using delimiter in UI.

    Declaration
    public const MultiSelectMode Delimiter
    Field Value
    Type
    MultiSelectMode

    None

    Specifies that only one item can be selected and shown default UI.

    Declaration
    public const MultiSelectMode None
    Field Value
    Type
    MultiSelectMode

    Token

    Specifies that multiple items can be selected and each selected item displayed using token like appearance.

    Declaration
    public const MultiSelectMode Token
    Field Value
    Type
    MultiSelectMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved