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

VerticalGridPagerBarTemplateContainer(ASPxVerticalGrid, GridViewPagerBarPosition, String) Constructor

Initializes a new instance of the VerticalGridPagerBarTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public VerticalGridPagerBarTemplateContainer(
    ASPxVerticalGrid grid,
    GridViewPagerBarPosition position,
    string pagerId
)

Parameters

Name Type Description
grid ASPxVerticalGrid

An ASPxVerticalGrid object that owns the current object. This value is assigned to the VerticalGridBaseTemplateContainer.Grid property.

position GridViewPagerBarPosition

A GridViewPagerBarPosition enumeration value that specifies the pager’s position within the grid. This value is assigned to the VerticalGridPagerBarTemplateContainer.Position property.

pagerId String

A String value that identifies the pager.

See Also