Table of Contents
PagerSize Property

Gets or sets the number of page buttons the pager displays.

Syntax
 public Int32 PagerSize { get; set; }
Remarks

This property is to not to be confused with PageSize. PageSize specifies the number of items displayed per page, while this property specifies how many page buttons are displayed in the pager area.

See Also