DevExpress.Services Namespace
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Data
#Classes
Name | Description |
---|---|
Keyboard |
A base class for custom services used to process keyboard input. |
Mouse |
A base class for custom services used to process mouse events. |
#Interfaces
Name | Description |
---|---|
IKeyboard |
Defines a service used to process keyboard input. |
IMouse |
Defines a service used to handle mouse events. |
IProgress |
Allows you to display a progress indicator for time-consuming operations. |