Gets or sets the number of items to display on a page.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public int PageSize { get; set; }
Visual Basic
Public Property PageSize As Integer
	Get
	Set

See Also