Skip to main content

PrinterItem.FullName Property

Gets the printer full name.

Namespace: DevExpress.Printing

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design, DevExpress.Win.Dashboard.Design, DevExpress.Win.Design

Declaration

public string FullName { get; }

Property Value

Type Description
String

A string that specifies the printer name.

See Also