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

GridToolbarItemAlign Enum

Specifies the alignment of toolbar items along the control side specified by the GridToolbar.ItemAlign property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridToolbarItemAlign

Members

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.

Related API Members

The following properties accept/return GridToolbarItemAlign values:

Library Related API Members
ASP.NET Controls and MVC Extensions GridToolbar.ItemAlign
ASP.NET Bootstrap Controls BootstrapCardViewToolbar.ItemAlign
BootstrapGridViewToolbar.ItemAlign

Remarks

The GridToolbarItemAlign enumerator contains values specifying the alignment of toolbar items along a specific side of a grid. The values of this enumerator are used to set the GridToolbar.ItemAlign property.

See Also