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 |