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

PreviewModelBase.InputController Property

Provides access to an object that stores keyboard and mouse shortcuts corresponding to appropriate Report Designer commands.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public virtual InputController InputController { get; }

Property Value

Type Description
InputController

An InputController object.

Implements

See Also