Control used to render paging controls. By default an instance of PagingControl is returned. The default control can be replaced by a custom paging control.

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

Syntax

C#
[BindableAttribute(true)]
[BrowsableAttribute(false)]
public PagingControl PagingControl { get; set; }

See Also