Skip to main content
A newer version of this page is available. .

DocumentViewerCommands.ShowExportDialogCommand Property

Gets or sets the command that opens the Export dialog.

Namespace: DevExpress.WinUI.DocumentViewer

Assembly: DevExpress.WinUI.DocumentViewer.v21.2.dll

Declaration

public ICommand ShowExportDialogCommand { get; protected set; }

Property Value

Type Description
ICommand

A command that implements ICommand.

Remarks

This command is executed when you click the Export button in the DocumentViewer‘s command bar.

See Also