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

Declaration

public IMouseHandlerService Service { get; }

Property Value

Type Description
IMouseHandlerService

An IKeyboardHandlerService interface of the wrapper.

See Also