Skip to main content
A newer version of this page is available. .

DevExpress.Services Namespace

Contains classes representing a set of services intended to facilitate the implementation of common tasks, such as keyboard and mouse event handling.

Assembly: DevExpress.Data.v19.2.dll

Classes

Name Description
KeyboardHandlerServiceWrapper Represents a base class for custom services used to process keyboard input.
MouseHandlerServiceWrapper Represents a base class for custom services used to process mouse events.

Interfaces

Name Description
IKeyboardHandlerService Defines a service responsible for processing keyboard input.
IMouseHandlerService Defines a service responsible for handling mouse events.
IProgressIndicationService Exposes functionality that enables you to display a progress indicator for time-consuming operations.