Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public PrintingSystemBase PS { get; }

Property Value

Type
PrintingSystemBase

Remarks

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

See Also