You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/pager/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To use Telerik Pager component for Blazor:
51
51
*`ButtonCount` - **int** - The number of pages to be visible. To take effect the `ButtonCount` must be **less** than the pages count (ButtonCount < Total / number of items on the page)
52
52
*`Page` and `@bind-Page` - **int** - Represents the current page of the pager. Those parameters are respectively for one and two-way data binding. If no `Page` or `@bind-Page` are provided they will default to the first page (1).
53
53
*`PageChanged` - Fires when a new page is selected (used in one-way data binding).
54
-
*`PageSize` - **int** - The number of items to be presented on a pages.
54
+
*`PageSize` - **int** - The number of items to be presented on a page.
0 commit comments