GridPagerStyles - перечисление |
Пространство имён:
Telerik.Web.Mvc.UI
Сборка:
Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксисpublic enum GridPagerStyles
Члены|
| Имя члена | Значение | Описание |
|---|
| Status | 0 | The pager will display only a status message |
| NextPrevious | 1 | The pager will display first/previous/next/last links |
| Numeric | 2 | The pager will display page numbers as link buttons. |
| PageInput | 4 | The pager will display an input field and the total number of pages. |
| PageSizeDropDown | 16 | The pager will display a dropdown and the total number of pages. |
| NextPreviousAndNumeric | 3 | (first) (previous) (page numbers) (next) (last) |
| NextPreviousAndInput | 5 | (first) (previous) (page input field) (next) (last) |
| NextPreviousAndDropDown | 17 | (first) (previous) (page size drop down) (next) (last) |
См. также