Skip to main content

DataPager.CanChangePage Property

Gets whether or not the end-user can move to another page. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public bool CanChangePage { get; }

#Property Value

Type Description
Boolean

true if the end-user can move to another page; otherwise, false.

See Also