Back to Devexpress

ToolbarItemPlacement Enum

maui-devexpress-dot-maui-dot-controls-db70601f.md

latest1.4 KB
Original Source

ToolbarItemPlacement Enum

Lists values that are the position of a ToolbarItemBase descendant within the DXToolbar control.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public enum ToolbarItemPlacement

Members

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.

|

The following properties accept/return ToolbarItemPlacement values:

Extension Methods

Yield<ToolbarItemPlacement>()

YieldIfNotNull<ToolbarItemPlacement>()

See Also

DevExpress.Maui.Controls Namespace