Table of Contents
PageSize Property

Gets or sets the number of items displayed per page.

Syntax
 public Int32 PageSize { get; set; }
Remarks

Value of this property does not include FixedTopItemCount or FixedBottomItemCount.

See Also