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

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

Syntax

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

Examples

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

See Also