DataViewPagerPanelTemplateContainer Class
In This Article
Represents a container for the templates that are used to render a pager panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DataViewPagerPanelTemplateContainer :
TemplateContainerBase
#Remarks
The DataViewPagerPanelTemplateContainer class represents a container cell for the templates that are used to render pager panels within a ASPxDataView control.
Objects of the DataViewPagerPanelTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxDataViewBase.PagerPanelLeftTemplate or ASPxDataViewBase.PagerPanelRightTemplate.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
DataViewPagerPanelTemplateContainer
See Also