Back to Devexpress

IMenuItemInfo.Position Property

blazor-devexpress-dot-blazor-dot-imenuiteminfo-99da40c3.md

latest1.3 KB
Original Source

IMenuItemInfo.Position Property

Specifies the item’s alignment.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
ItemPosition? Position { get; }

Property Value

TypeDescription
Nullable<ItemPosition>

An ItemPosition enumeration value.

|

Available values:

NameDescription
Start

A menu item or all menu items are placed closer to the left edge (horizontal orientation) or top edge (vertical orientation) of the menu container.

| | Center |

A menu item or all menu items are placed in the center of the menu container.

| | End |

A menu item or all menu items are placed closer to the right edge of the menu container (for horizontal orientation) or bottom edge (for vertical orientation).

|

See Also

IMenuItemInfo Interface

IMenuItemInfo Members

DevExpress.Blazor Namespace