Skip to main content

IKeyboardHandlerService Interface

Defines a service used to process keyboard input.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public interface IKeyboardHandlerService

The following members return IKeyboardHandlerService objects:

#Remarks

Create a KeyboardHandlerServiceWrapper class descendant to handle keyboard events.

See Also