VerticalGridPagerBarTemplateContainer.Position Property
Gets the pager’s position within an ASPxVerticalGrid control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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 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