Class ToolbarItemPlacementOptions
Specifies the placement options of a toolbar item in the Rad
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
ToolStrip
The toolbar item can appear in the main tool strip area of the toolbar.
Declaration
public const ToolbarItemPlacementOptions ToolStrip
Field Value
value__
Declaration
public int value__
Field Value
System.
|