Class TDataGridPagerMode
TDataGridPagerMode class. TDataGridPagerMode defines the enumerable type for the possible modes that a datagrid pager can take.
The following enumerable values are defined:
- NextPrev: pager buttons are displayed as next and previous pages
- Numeric: pager buttons are displayed as numeric page numbers
- TEnumerable implements Iterator
-
TDataGridPagerMode
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TDataGrid.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TDataGrid.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
NextPrev |
'NextPrev' |
|
string |
Numeric |
'Numeric' |