Back to Devexpress

InputController Class

wpf-devexpress-dot-xpf-dot-printing-c2c72d3a.md

latest1.4 KB
Original Source

InputController Class

Handles keyboard and mouse events on the client.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public abstract class InputController
vb
Public MustInherit 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

InputController Members

DevExpress.Xpf.Printing Namespace