IKeyboardHandlerService Interface
In This Article
Defines a service used to process keyboard input.
Namespace: DevExpress.Services
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
The following members return IKeyboardHandlerService objects:
#Remarks
Create a KeyboardHandlerServiceWrapper class descendant to handle keyboard events.
See Also