Skip to main content

BrickGraphics.PrintingSystem Property

Gets the owner of the current BrickGraphics object.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public PrintingSystemBase PrintingSystem { get; }

Property Value

Type Description
PrintingSystemBase

The owner of the current BrickGraphics object.

See Also