Back to Devexpress

DataViewPagerPanelTemplateContainer Class

aspnet-devexpress-dot-web-42043dd3.md

latest2.8 KB
Original Source

DataViewPagerPanelTemplateContainer Class

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

Declaration

csharp
public class DataViewPagerPanelTemplateContainer :
    TemplateContainerBase
vb
Public Class DataViewPagerPanelTemplateContainer
    Inherits 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

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase DataViewPagerPanelTemplateContainer

See Also

DataViewPagerPanelTemplateContainer Members

DataView

DevExpress.Web Namespace