Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPCursor.PageSize Property

Gets or sets the maximum number of persistent objects that can be contained in a single page.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public int PageSize { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the maximum number of persistent objects that can be contained in a single page. If less than or equal to 0, an ArgumentOutOfRangeException is raised.

Remarks

By default, the PageSize property’s value is 512.

See Also