GridViewPagerBarTemplateContainer(ASPxGridView, GridViewPagerBarPosition, String) Constructor
In This Article
Initializes a new instance of the GridViewPagerBarTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewPagerBarTemplateContainer(
ASPxGridView grid,
GridViewPagerBarPosition position,
string pagerId
)
#Parameters
Name | Type | Description |
---|---|---|
grid | ASPx |
An ASPx |
position | Grid |
A Grid |
pager |
String | A String value that identifies the pager. |
See Also