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

GridToolbarPosition Enum

Lists the values specifying the toolbar position relative to the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridToolbarPosition

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