XPPageSelector.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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10 | 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 10. Setting this property to a new value sets the XPPageSelector.CurrentPage property to 0.
See Also