Specifies the placement options of a toolbar item in the RadToolbar control. This type supports a bitwise combination of its members to enable more than one option.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
[Flags]
public enum ToolbarItemPlacementOptions
Fields
The toolbar item can appear in the overflow drop-down menu of the toolbar.
C#
DropDown = 2
The toolbar item can appear in the main tool strip area of the toolbar.
C#
ToolStrip = 1