PrintRowEventArgs.PS Property
In This Article
Gets the PrintingSystem object that provides methods to create bricks in the printout/export output.
Namespace: DevExpress.XtraGrid.Views.Printing
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public PrintingSystemBase PS { get; }
#Property Value
Type |
---|
Printing |
#Remarks
Use the PS object to add bricks displaying custom information to the printout/export output. To learn more, see Bricks.
See Also