GridToolbar.Position Property
Gets or sets the toolbar position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
GridToolbarPosition | Top | A GridToolbarPosition object that specifies the toolbar position. |
Available values:
Name | Description |
---|---|
Top | The toolbar is located at the grid’s top. |
Bottom | The toolbar is located at the grid’s bottom. |
See Also