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.v20.1.dll
NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data
Classes
| Name | Description |
|---|---|
| KeyboardHandlerServiceWrapper | A base class for custom services used to process keyboard input. |
| MouseHandlerServiceWrapper | A base class for custom services used to process mouse events. |
Interfaces
| Name | Description |
|---|---|
| IKeyboardHandlerService | Defines a service used to process keyboard input. |
| IMouseHandlerService | Defines a service used to handle mouse events. |
| IProgressIndicationService | Exposes functionality that enables you to display a progress indicator for time-consuming operations. |