Skip to main content
A newer version of this page is available. .

MouseHandlerServiceWrapper.Service Property

Provides access to the service interface of the wrapper.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public IMouseHandlerService Service { get; }

Property Value

Type Description
IMouseHandlerService

An IKeyboardHandlerService interface of the wrapper.

See Also