aspnet-devexpress-dot-web-09d3106f.md
Specifies the alignment of toolbar items along the control side specified by the GridToolbar.ItemAlign property.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridToolbarItemAlign
Public Enum GridToolbarItemAlign
| 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.
|
The following properties accept/return GridToolbarItemAlign values:
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