Skip to main content

BrickGraphics.PrintingSystem Property

Gets the owner of the current BrickGraphics object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public PrintingSystemBase PrintingSystem { get; }

Property Value

Type Description
PrintingSystemBase

The owner of the current BrickGraphics object.

See Also