# PrintMethods

Print methods returned from useGridPrint.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `print` | <code>(params: <a href="/grid/plugins/print/interfaces/printparams/">PrintParams</a>) =&gt; Promise&lt;void&gt;</code> | Print the grid. Opens browser print dialog after preparing the grid for printing. |
| `isPrinting` | <code>() =&gt; boolean</code> | Check if a print operation is currently in progress. |
