Back to Devexpress

DocumentPreviewControl.PrintDirectCommand Property

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

latest1.3 KB
Original Source

DocumentPreviewControl.PrintDirectCommand Property

Returns a command that prints the currently displayed document without invoking the Print dialog.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

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