Skip to main content
Tab

CardViewPagerBarTemplateContainer(ASPxCardView, GridViewPagerBarPosition, String) Constructor

Initializes a new instance of the CardViewPagerBarTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewPagerBarTemplateContainer(
    ASPxCardView grid,
    GridViewPagerBarPosition position,
    string pagerId
)

Parameters

Name Type Description
grid ASPxCardView

An ASPxCardView object that owns the current object. This value is assigned to the CardViewBaseTemplateContainer.CardView property.

position GridViewPagerBarPosition

A GridViewPagerBarPosition enumeration value that specifies the pager’s position within the card view. This value is assigned to the CardViewPagerBarTemplateContainer.Position property.

pagerId String

A String value that identifies the pager.

See Also