Skip to main content

DataPager.ActualPageSize Property

Gets the actual number of rows displayed within the active page. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public int ActualPageSize { get; }

#Property Value

Type Description
Int32

An integer value that specifies the actual number of rows displayed within the current page.

#Remarks

The maximum number of rows that can be displayed within a page is specified by the DataPager.PageSize property. The ActualPageSize property returns the actual number of rows displayed within a page. For instance, this can be useful when the last page is active and it displays fewer rows than specified by the DataPager.PageSize property.

See Also