Skip to main content
All docs
V21.2

BootstrapCardViewToolbarItemBase.Alignment Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v21.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public MenuItemAlignment Alignment { get; set; }

Property Value

Type
MenuItemAlignment

Available values:

Name Description
Default

The menu root items are positioned in standard order.

Left

The menu root items are positioned at the menu’s left.

Center

The menu root items are positioned at the menu’s center.

Right

The menu root items are positioned at the menu’s right.

See Also