GridToolbarItemAlign Enum
Specifies the alignment of toolbar items along the control side specified by the GridToolbar.ItemAlign property.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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:
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.