Back to Devexpress

DiagramCommands.ExportDiagram Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-309f67d7.md

latest1.3 KB
Original Source

DiagramCommands.ExportDiagram Property

Gets the command that exports the diagram to an image file of the specified format.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand<DiagramExportFormat> ExportDiagram { get; }
vb
Public ReadOnly Property ExportDiagram As ICommand(Of DiagramExportFormat)

Property Value

TypeDescription
ICommand<DiagramExportFormat>

An object implementing the System.Windows.Input.ICommand interface.

|

Remarks

The ExportDiagram command accepts a parameter of the DiagramExportFormat type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace