KeyboardHandlerServiceWrapper Class
In This Article
A base class for custom services used to process keyboard input.
Namespace: DevExpress.Services
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class KeyboardHandlerServiceWrapper :
IKeyboardHandlerService
#Remarks
Create a KeyboardHandlerServiceWrapper class descendant and override its methods to handle the KeyDown, KeyPress, and KeyUp events.
#Implements
See Also