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

InputController Class

Handles keyboard and mouse events on the client.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public abstract class InputController

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.

Inheritance

Object
InputController
See Also