Back to Devexpress

ToolbarItemBase.Placement Property

maui-devexpress-dot-maui-dot-controls-dot-toolbaritembase.md

latest1.4 KB
Original Source

ToolbarItemBase.Placement Property

Gets or sets the position of a ToolbarItemBase descendant within the DXToolbar control. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public ToolbarItemPlacement Placement { get; set; }

Property Value

TypeDescription
ToolbarItemPlacement

The position of a ToolbarItemBase descendant within the DXToolbar control.

|

Available values:

NameDescription
ToolStrip

An item is displayed within the DXToolbar control and not fixed to any of its sides.

| | FixedLeft |

An item is fixed to the left side of the DXToolbar control.

| | FixedRight |

An item is fixed to the right side of the DXToolbar control.

|

See Also

ToolbarItemBase Class

ToolbarItemBase Members

DevExpress.Maui.Controls Namespace