VerticalGridPagerBarTemplateContainer.Position Property
In This Article
Gets the pager’s position within an ASPxVerticalGrid control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewPagerBarPosition Position { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
Available values:
Name | Description |
---|---|
Top | The pager is positioned at the top of the grid. |
Bottom | The pager is positioned at the bottom of the grid. |
#Remarks
The Pager can be displayed at the ASPxVerticalGrid’s top, bottom or at the bottom and top simultaneously. The pager’s position is specified by the ASPxGridPagerSettings.Position property. The Position property allows you to identify where the template is rendered.
See Also