GridViewPagerBarTemplateContainer(ASPxGridView, GridViewPagerBarPosition, String) Constructor
Initializes a new instance of the GridViewPagerBarTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public GridViewPagerBarTemplateContainer(
ASPxGridView grid,
GridViewPagerBarPosition position,
string pagerId
)
Parameters
Name | Type | Description |
---|---|---|
grid | ASPxGridView | An ASPxGridView object that owns the current object. This value is assigned to the GridViewBaseTemplateContainer.Grid property. |
position | GridViewPagerBarPosition | A GridViewPagerBarPosition enumeration value that specifies the pager’s position within the grid. This value is assigned to the GridViewPagerBarTemplateContainer.Position property. |
pagerId | String | A String value that identifies the pager. |
See Also