Skip to main content
Tab

GridToolbarPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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