Properties
Name | Type | Default | Description |
---|---|---|---|
Misc | |||
AllItemsText |
string |
"All" | Defines the text shown in the items per page dropdown when a user provides int.MaxValue as an option |
BeforeIcon |
string |
Custom before icon. | |
FirstIcon |
string |
Custom first icon. | |
HidePageNumber |
bool |
False | Set true to hide the number of pages. |
HidePagination |
bool |
False | Set true to hide the pagination. |
HideRowsPerPage |
bool |
False | Set true to hide the part of the pager which allows to change the page size. |
HorizontalAlignment |
HorizontalAlignment |
HorizontalAlignment.Right | Set the horizontal alignment position. |
InfoFormat |
string |
"{first_item}-{last_item} of {all_items}" | Format string for the display of the current page, which you can localize to your language. Available variables are: {first_item}, {last_item} and {all_items} which will replaced with the indices of the page's first and last item, as well as the total number of items. Default: "{first_item}-{last_item} of {all_items}" which is transformed into "0-25 of 77". |
LastIcon |
string |
Custom last icon. | |
NextIcon |
string |
Custom next icon. | |
PageSizeOptions |
int[] |
Define a list of available page size options for the user to choose from | |
RowsPerPageString |
string |
"Rows per page:" | The localizable "Rows per page:" text. |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |