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

VisualBrick.PrintingSystem Property

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

Namespace: DevExpress.XtraPrinting

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

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