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

ReportDesigner.UnregisterHotKeys() Method

Unregisters all hot keys available in the Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void UnregisterHotKeys()

Remarks

To unregister a specific hot key, use the ReportDesigner.UnregisterHotKey method.

See Also