Skip to main content

DataPager.PageSize Property

Gets or sets how many rows can be displayed within a page. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public int PageSize { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies how many rows can be displayed within a page.

#Remarks

The PageSize property specifies the maximum allowed number of rows that can be displayed within a page. The actual number of rows displayed within the active page is returned by the DataPager.ActualPageSize property.

See Also