GridControlPrintExtensions.Print(GridControl, String) Method
In This Article
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 |
---|---|---|
grid |
Grid |
The printed Grid |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
printer |
String | null | The printer’s name (in OS) that should print the Grid |
See Also