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

KeyboardHandlerServiceWrapper.Service Property

Provides access to the service interface of the wrapper.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v19.1.dll

Declaration

public IKeyboardHandlerService Service { get; }

Property Value

Type Description
IKeyboardHandlerService

An IKeyboardHandlerService interface of the wrapper.

See Also