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

NuGet Package: DevExpress.Wpf.Printing

Declaration

InputController InputController { get; }

Property Value

Type Description
InputController

An InputController object.

See Also