InputController Class
In This Article
Handles keyboard and mouse events on the client.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#Related API Members
The following members return InputController objects:
#Remarks
The InputController class stores keyboard and mouse shortcuts corresponding to appropriate Report Designer commands. To provide custom shortcuts, you can override the methods of the InputController class.
See Also