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

GridPrintingEventArgs.PrintingSystem Property

Gets the PrintingSystem that is used to print the brick.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v22.1.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