Skip to main content

DocumentViewerCommands.LastPageCommand Property

Gets or sets the command that navigates to the last page of the document.

Namespace: DevExpress.WinUI.DocumentViewer

Assembly: DevExpress.WinUI.DocumentViewer.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand LastPageCommand { get; protected set; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

This command is executed when you click the Last Page button in the DocumentViewer‘s document navigation panel.

See Also