Back to Devexpress

DiagramCommands.ShowPrintPreview Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-5be86510.md

latest1.2 KB
Original Source

DiagramCommands.ShowPrintPreview Property

Gets the command that invokes the Print Preview.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand ShowPrintPreview { get; }
vb
Public ReadOnly Property ShowPrintPreview As ICommand

Property Value

TypeDescription
ICommand

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

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace