Skip to main content

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.v23.2.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