Class ToolbarItemPlacementOptions
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.
Inheritance
System.Object
ToolbarItemPlacementOptions
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ToolbarItemPlacementOptions : Enum
Fields
DropDown
The toolbar item can appear in the overflow drop-down menu of the toolbar.
Declaration
public const ToolbarItemPlacementOptions DropDown
Field Value
ToolbarItemPlacementOptions
|
ToolStrip
The toolbar item can appear in the main tool strip area of the toolbar.
Declaration
public const ToolbarItemPlacementOptions ToolStrip
Field Value
ToolbarItemPlacementOptions
|
value__
Declaration
public int value__
Field Value
System.Int32
|