Back to Devexpress

PrintRowEventArgs.PS Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-dot-printroweventargs-f9c466fb.md

latest1.6 KB
Original Source

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

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

Declaration

csharp
public PrintingSystemBase PS { get; }
vb
Public ReadOnly Property PS As PrintingSystemBase

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

PrintingSystem

Bricks

PrintRowEventArgs Class

PrintRowEventArgs Members

DevExpress.XtraGrid.Views.Printing Namespace