Back to Devexpress

PreviewModelBase Class

wpf-devexpress-dot-xpf-dot-printing-f55ff15f.md

latest1.6 KB
Original Source

PreviewModelBase 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 PreviewModelBase :
    IPreviewModel,
    INotifyPropertyChanged
vb
Public MustInherit Class PreviewModelBase
    Implements IPreviewModel,
               INotifyPropertyChanged

Implements

IPreviewModel

Inheritance

Object PreviewModelBase DocumentPreviewModelBase

XtraReportPreviewModel

LinkPreviewModel

LegacyLinkPreviewModel

PrintingSystemPreviewModel

ReportServicePreviewModel

See Also

PreviewModelBase Members

IPreviewModel

DevExpress.Xpf.Printing Namespace