InputController Class
In This Article
Handles keyboard and mouse events on the client.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Returned By
Properties that return InputController instances:
#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