Back to Devexpress

DocumentPreviewControl.PrintCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-c0c8aa10.md

latest1.2 KB
Original Source

DocumentPreviewControl.PrintCommand Property

Returns a command that invokes the Print dialog to print the currently displayed document.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public ICommand PrintCommand { get; }
vb
Public ReadOnly Property PrintCommand 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