Back to Devexpress

DevExpress.Services Namespace

corelibraries-devexpress-a7441041.md

latest1.2 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Data

Classes

NameDescription
KeyboardHandlerServiceWrapperA base class for custom services used to process keyboard input.
MouseHandlerServiceWrapperA base class for custom services used to process mouse events.

Interfaces

NameDescription
IKeyboardHandlerServiceDefines a service used to process keyboard input.
IMouseHandlerServiceDefines a service used to handle mouse events.
IProgressIndicationServiceAllows you to display a progress indicator for time-consuming operations.