Skip to main content

VisualBrick.PrintingSystem Property

Gets or sets the Printing System used to create and print this brick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override PrintingSystemBase PrintingSystem { get; set; }

Property Value

Type Description
PrintingSystemBase

A PrintingSystemBase object which specifies the Printing System used to create and print this brick.

See Also