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

GridControlPrintExtensions.Print(GridControl, String) Method

Prints the GridControl instance on the default or specified printer.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public static void Print(
    this GridControl gridControl,
    string printerName = null
)

Parameters

Name Type Description
gridControl GridControl

The printed GridControl.

Optional Parameters

Name Type Default Description
printerName String null

The printer’s name (in OS) that should print the GridControl.

See Also