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

DataViewPagerPanelTemplateContainer Class

Represents a container for the templates that are used to render a pager panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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.

Inheritance

Object
Control
TemplateContainerBase
DataViewPagerPanelTemplateContainer
See Also