Number of pages that goes into one paging item, by default 7.

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

Syntax

C#
[DefaultValueAttribute()]
[BindableAttribute(true)]
public virtual int PagesPerPagingItem { get; set; }

Examples

For example, if PagesPerPagingItem is 12, each paging item will list up to 12 pages.

See Also