Back to Devexpress

DocumentPreviewModelBase Class

wpf-devexpress-dot-xpf-dot-printing-65c7ad01.md

latest1.9 KB
Original Source

DocumentPreviewModelBase Class

The base for classes that provide the Preview Model functionality.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public abstract class DocumentPreviewModelBase :
    PreviewModelBase,
    IDocumentPreviewModel,
    IPreviewModel,
    INotifyPropertyChanged
vb
Public MustInherit Class DocumentPreviewModelBase
    Inherits PreviewModelBase
    Implements IDocumentPreviewModel,
               IPreviewModel,
               INotifyPropertyChanged

Implements

IDocumentPreviewModel

IPreviewModel

Inheritance

Object PreviewModelBase DocumentPreviewModelBase PrintingSystemPreviewModel

ReportServicePreviewModel

XtraReportPreviewModel

LinkPreviewModel

LegacyLinkPreviewModel

See Also

DocumentPreviewModelBase Members

Document Preview

DevExpress.Xpf.Printing Namespace