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.v21.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PrinterItem SelectedPrinter { get; set; }

Property Value

Type Description
PrinterItem

A PrinterItem object.

See Also