IDocumentPreviewModel Interface
Supplies methods and properties that are common to all classes, which provide the Preview Model functionality.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
Declaration
public interface IDocumentPreviewModel :
IPreviewModel,
INotifyPropertyChanged
Public Interface IDocumentPreviewModel
Inherits IPreviewModel,
INotifyPropertyChanged
Returned By
Properties that return IDocumentPreviewModel instances:
Remarks
The IDocumentPreviewModel interface is implemented by the DocumentPreviewModelBase class.
See Also