Skip to main content
A newer version of this page is available.

BootstrapCardViewToolbar.ItemAlign Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public GridToolbarItemAlign ItemAlign { get; set; }

Property Value

Type
GridToolbarItemAlign

Available values:

Name Description
Left

Grid toolbar items are located along the left side of the toolbar.

Center

Grid toolbar items are centered within the toolbar.

Right

Grid toolbar items are located along the right side of the toolbar.

Justify

Grid toolbar items are aligned to the left and right edges of the toolbar.

See Also