Create the container control that holds the PagingControl including all paging items, called by the PagingControl's parent control. By default a Panel is created, where the CssClass is set to the value of the CssClassPagingContainer property.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public virtual Control CreatePagingContainer()

Return Value

A control

Remarks

The container control is added to the parent's Controls collection and the PagingControl is added to the container's Controls collection.

See Also