> For the complete documentation index, see [llms.txt](https://docs.dikesoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dikesoft.com/reference/dkgrid-api/dkgridpagination.md).

# DkGridPagination

## Properties

| Property       | Description                                                                                                                                                                             |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `matPaginator` | <p>It is a <strong>read-only</strong> property and returns the MatPaginator instance.<br></p><p><strong>Type</strong>: <mark style="color:green;"><code>MatPaginator</code></mark>.</p> |

## Events

| Event             | Description                                                                                                                                                                                                                    |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `pageChange`      | <p>It emits when the user navigates through the available pages.<br></p><p><strong>Params</strong>: None.</p><p><strong>Return</strong>: <mark style="color:green;"><code>Observable\<PageEvent></code></mark>.</p>            |
| `paginatorChange` | <p>It emits when the user allows or disallows the DikeGrid's pagination.<br></p><p><strong>Params</strong>: None.</p><p><strong>Return</strong>: <mark style="color:green;"><code>Observable\<MatPaginator></code></mark>.</p> |
