GridToolbar.Position Property
Gets or sets the toolbar position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridToolbarPosition.Top)]
public GridToolbarPosition Position { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Top | A Grid |
Available values:
Name | Description |
---|---|
Top | The toolbar is located at the grid’s top. |
Bottom | The toolbar is located at the grid’s bottom. |