Back to Devexpress

GridToolbar.Position Property

aspnet-devexpress-dot-web-dot-gridtoolbar-4ee0da92.md

latest1.2 KB
Original Source

GridToolbar.Position Property

Gets or sets the toolbar position.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(GridToolbarPosition.Top)]
public GridToolbarPosition Position { get; set; }
vb
<DefaultValue(GridToolbarPosition.Top)>
Public Property Position As GridToolbarPosition

Property Value

TypeDefaultDescription
GridToolbarPositionTop

A GridToolbarPosition object that specifies the toolbar position.

|

Available values:

NameDescription
Top

The toolbar is located at the grid’s top.

| | Bottom |

The toolbar is located at the grid’s bottom.

|

See Also

GridToolbar Class

GridToolbar Members

DevExpress.Web Namespace