Skip to main content

DataPager.CanMoveToNextPage Property

Gets whether or not an end-user can navigate one page forward. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public bool CanMoveToNextPage { get; }

#Property Value

Type Description
Boolean

true if an end-user can navigate one page forward; otherwise, false.

#Remarks

If the DataPager.IsTotalItemCountFixed option is disabled and the last page is active, the CanMoveToNextPage property returns true. If the CanMoveToNextPage property is set to true, the 'Next Page' button is enabled. Otherwise, this button is disabled.

See Also