Back to Devexpress

PrintOptionsViewModel Class

wpf-devexpress-dot-xpf-dot-printing-dot-previewcontrol-533b1d61.md

latest1.7 KB
Original Source

PrintOptionsViewModel Class

A View Model that provides options for printing documents.

Namespace : DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class PrintOptionsViewModel :
    PreviewSettingsViewModelBase,
    IPrintForm,
    IDataErrorInfo
vb
Public Class PrintOptionsViewModel
    Inherits PreviewSettingsViewModelBase
    Implements IPrintForm,
               IDataErrorInfo

The following members return PrintOptionsViewModel objects:

Inheritance

Object BindableBase ViewModelBase DevExpress.Xpf.Printing.PreviewControl.Native.PreviewSettingsViewModelBase PrintOptionsViewModel

See Also

PrintOptionsViewModel Members

Print(PrintOptionsViewModel)

DevExpress.Xpf.Printing.PreviewControl Namespace