Skip to main content
A newer version of this page is available. .

PrintOptionsViewModel.SelectedPrinter Property

Specifies the selected printer.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public PrinterItem SelectedPrinter { get; set; }

Property Value

Type Description
PrinterItem

A PrinterItem object.

See Also