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

IPreviewModel.InputController Property

Provides access to the input controller associated with the IPreviewModel.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

InputController InputController { get; }

Property Value

Type Description
InputController

An InputController object.

See Also