DocumentViewerCommands.ShowPrintDialogCommand Property
In This Article
Gets or sets the command that opens the Print File dialog.
Namespace: DevExpress.WinUI.DocumentViewer
Assembly: DevExpress.WinUI.DocumentViewer.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | A command that implements the ICommand interface. |
#Remarks
This command is executed when you click the Print button in the DocumentViewer‘s command bar.
See Also