Skip to main content

PrintOptionsViewModel.SelectedPrinter Property

Specifies the selected printer.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PrinterItem SelectedPrinter { get; set; }

Property Value

Type Description
PrinterItem

A PrinterItem object.

See Also