DataViewPagerPanelTemplateContainer(ASPxDataViewBase, PagerPanelPosition, PagerPanelTemplatePosition) Constructor
Initializes a new instance of the DataViewPagerPanelTemplateContainer class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public DataViewPagerPanelTemplateContainer(
ASPxDataViewBase dataView,
PagerPanelPosition position,
PagerPanelTemplatePosition templatePosition
)
Parameters
Name | Type | Description |
---|---|---|
dataView | ASPxDataViewBase | An ASPxDataViewBase descendant that owns the current object. This value is assigned to the DataViewPagerPanelTemplateContainer.DataView property. |
position | PagerPanelPosition | A PagerPanelPosition enumeration value that identifies the pager (top or bottom), which contains the template container. This value is assigned to the DataViewPagerPanelTemplateContainer.Position property. |
templatePosition | PagerPanelTemplatePosition | A PagerPanelTemplatePosition enumeration value that identifies the pager panel (left or right). This value is assigned to the DataViewPagerPanelTemplateContainer.TemplatePosition property. |