Skip to main content

InputController Class

Handles keyboard and mouse events on the client.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public abstract class InputController
Public MustInherit Class InputController

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