menu

MAUI

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

    Show / Hide Table of Contents

    Class ToolbarSelectionMode

    Specifies the selection mode of the toolbar items in the SfToolbar.

    Inheritance
    System.Object
    ToolbarSelectionMode
    Namespace: Syncfusion.Maui.Toolbar
    Assembly: Syncfusion.Maui.Toolbar.dll
    Syntax
    public sealed class ToolbarSelectionMode : Enum

    Fields

    Multiple

    Multiple toolbar items can be selected simultaneously. Each item can be independently selected.

    Declaration
    public const ToolbarSelectionMode Multiple
    Field Value
    Type
    ToolbarSelectionMode

    Single

    Only one toolbar item can be selected at a time.

    Declaration
    public const ToolbarSelectionMode Single
    Field Value
    Type
    ToolbarSelectionMode

    SingleDeselect

    Only one toolbar item can be selected at a time, but it can also be deselected.

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