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

PrintRowEventArgs.PS Property

Gets the PrintingSystem object that provides methods to create bricks in the printout/export output.

Namespace: DevExpress.XtraGrid.Views.Printing

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public IPrintingSystem PS { get; }

Property Value

Type Description
IPrintingSystem

A PrintingSystem object.

Remarks

Use the PS object to add bricks displaying custom information to the printout/export output. To learn more, see Bricks.

See Also