GridToolbarPosition Enum
Lists the values specifying the toolbar position relative to the grid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Top
|
The toolbar is located at the grid’s top. |
Bottom
|
The toolbar is located at the grid’s bottom. |
Related API Members
The following properties accept/return GridToolbarPosition values:
Remarks
Values listed by this enumeration are used to set the GridToolbar.Position property.
See Also