Back to Devexpress

XPCursor.PageSize Property

xpo-devexpress-dot-xpo-dot-xpcursor-44cac9a6.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public int PageSize { get; set; }
vb
Public Property PageSize As Integer

Property Value

TypeDescription
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

XPCursor Class

XPCursor Members

DevExpress.Xpo Namespace