Back to Devexpress

DocumentPreviewControl.FirstPageCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-11ea9abe.md

latest1.2 KB
Original Source

DocumentPreviewControl.FirstPageCommand Property

Returns a command that navigates to the first 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 FirstPageCommand { get; }
vb
Public ReadOnly Property FirstPageCommand 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