Skip to main content

GridPrintingEventArgs.PrintingSystem Property

Gets the PrintingSystem that is used to print the brick.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public PrintingSystemBase PrintingSystem { get; }

Property Value

Type Description
PrintingSystemBase

The PrintingSystem that is used to print the brick.

See Also