Back to Devexpress

DocumentPreviewControl.SendCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-7183d851.md

latest1.4 KB
Original Source

DocumentPreviewControl.SendCommand Property

Returns a command that invokes the Export Document dialog to export the currently displayed document to one of the supported third-party formats and attaches the resulting file to a new empty message in the default mail program.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

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