Enum
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.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum ToolbarItemPlacementOptions

Fields

DropDown

The toolbar item can appear in the overflow drop-down menu of the toolbar.

Declaration

cs-api-definition
DropDown = 2

Field Value

ToolbarItemPlacementOptions

ToolStrip

The toolbar item can appear in the main tool strip area of the toolbar.

Declaration

cs-api-definition
ToolStrip = 1

Field Value

ToolbarItemPlacementOptions

In this article
DefinitionFieldsDropDownToolStrip
Not finding the help you need?
Contact Support