Skip to main content

InputController.Model Property

Specifies the preview model associated with the InputController.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IPreviewModel Model { get; set; }

Property Value

Type Description
IPreviewModel

An object implementing the IPreviewModel interface.

See Also