Skip to main content

DataPager.PreviousPageCommand Property

Scrolls one page backward.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public ICommand PreviousPageCommand { get; }

#Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

#Remarks

Corresponding method: DataPager.MoveToPreviousPage.

See Also