aspnet-devexpress-dot-web-42043dd3.md
Represents a container for the templates that are used to render a pager panel.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class DataViewPagerPanelTemplateContainer :
TemplateContainerBase
Public Class DataViewPagerPanelTemplateContainer
Inherits TemplateContainerBase
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.
Object Control TemplateContainerBase DataViewPagerPanelTemplateContainer
See Also