Skip to main content
A newer version of this page is available.
All docs
V19.1

BootstrapCardViewToolbarItemBase.Alignment Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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