Skip to main content

MouseHandlerServiceWrapper.Service Property

Provides access to the service interface of the wrapper.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public IMouseHandlerService Service { get; }

Property Value

Type Description
IMouseHandlerService

An IKeyboardHandlerService interface of the wrapper.

See Also