Skip to main content

DocumentPreviewModelBase.InputController Property

Provides access to the input controller associated with the DocumentPreviewModelBase.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public override InputController InputController { get; }

Property Value

Type Description
InputController

An InputController object.

Implements

See Also