menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxTokensWrapMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxTokensWrapMode

    Contains values for the TokensWrapMode enumeration that determines whether to display the items vertically or horizontally.

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

    Fields

    None

    The tokens are displayed in a single horizontal line.

    Declaration
    public const ComboBoxTokensWrapMode None
    Field Value
    Type
    ComboBoxTokensWrapMode

    Wrap

    The tokens are arranged vertically, stacking them in columns to prevent overflow beyond the visible space.

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