Back to Devexpress

GridToolbarPosition Enum

aspnet-devexpress-dot-web-7b7b5b21.md

latest1.1 KB
Original Source

GridToolbarPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridToolbarPosition
vb
Public Enum GridToolbarPosition

Members

NameDescription
Top

The toolbar is located at the grid’s top.

| | Bottom |

The toolbar is located at the grid’s bottom.

|

The following properties accept/return GridToolbarPosition values:

Remarks

Values listed by this enumeration are used to set the GridToolbar.Position property.

See Also

DevExpress.Web Namespace