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

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public IKeyboardHandlerService Service { get; }

Property Value

Type Description
IKeyboardHandlerService

An IKeyboardHandlerService interface of the wrapper.

See Also