Skip to main content
A newer version of this page is available. .
Tab

GridToolbar.Position Property

Gets or sets the toolbar position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(GridToolbarPosition.Top)]
public GridToolbarPosition Position { get; set; }

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