Back to Devexpress

DocumentPreviewControl.ExportCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-9e5949b9.md

latest1.3 KB
Original Source

DocumentPreviewControl.ExportCommand Property

Returns a command that invokes the Export Document dialog to export the currently displayed document to one of the supported third-party formats.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

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