Back to Devexpress

DocumentPreviewControl.LastPageCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-397d3724.md

latest1.2 KB
Original Source

DocumentPreviewControl.LastPageCommand Property

Returns a command that navigates to the last page of a displayed document.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public ICommand LastPageCommand { get; }
vb
Public ReadOnly Property LastPageCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace