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

GridViewPagerBarTemplateContainer.Position Property

Gets the pager’s position within an ASPxGridView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewPagerBarPosition Position { get; }

Property Value

Type Description
GridViewPagerBarPosition

A GridViewPagerBarPosition enumeration value that specifies the pager’s position within the 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 ASPxGridView’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