Skip to main content

DocumentViewerCommands.ToggleExportOptionsPanelCommand Property

Gets or sets the command that shows or hides the Export Options panel.

Namespace: DevExpress.WinUI.DocumentViewer

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

NuGet Package: DevExpress.WinUI

Declaration

public ICommand ToggleExportOptionsPanelCommand { get; protected set; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

See Also