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

BootstrapGridViewToolbar.ItemAlign Property

Gets or sets the toolbar item alignment.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
GridToolbarItemAlign

One of the GridToolbarItemAlign enumeration values.

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