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.v25.1.dll
NuGet Package: DevExpress.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 | Allows you to display a progress indicator for time-consuming operations. |