PrintOptionsViewModel Class
In This Article
A View Model that provides options for printing documents.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public class PrintOptionsViewModel :
PreviewSettingsViewModelBase,
IPrintForm,
IDataErrorInfo
#Related API Members
The following members return PrintOptionsViewModel objects:
#Inheritance
Object
BindableBase
ViewModelBase
DevExpress.Xpf.Printing.PreviewControl.Native.PreviewSettingsViewModelBase
PrintOptionsViewModel
See Also