Skip to main content

DataPager.CanMoveToFirstPage Property

Gets whether or not the first page is active. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public bool CanMoveToFirstPage { get; }

#Property Value

Type Description
Boolean

true if the first page is not active; otherwise, false.

See Also