Skip to main content

IDocumentViewModel Interface

Provides settings to a document’s view model.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public interface IDocumentViewModel

The following members return IDocumentViewModel objects:

Remarks

A IDocumentViewModel object is returned by the DocumentPreviewControl.Document property.

See Also