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

GridToolbar.ItemAlign Property

Gets or sets the toolbar item alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(GridToolbarItemAlign.Left)]
public GridToolbarItemAlign ItemAlign { get; set; }

Property Value

Type Default Description
GridToolbarItemAlign **Left**

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