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

PrinterItem.PrinterType Property

Gets the printer type.

Namespace: DevExpress.Printing

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public PrinterType PrinterType { get; }

Property Value

Type Description
DevExpress.Printing.Native.PrintEditor.PrinterType

The printer type.

See Also