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

InputController.Model Property

Specifies the preview model associated with the InputController.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public IPreviewModel Model { get; set; }

Property Value

Type Description
IPreviewModel

An object implementing the IPreviewModel interface.

See Also