Class TDataGridPagerPosition
TDataGridPagerPosition class. TDataGridPagerPosition defines the enumerable type for the possible positions that a datagrid pager can be located at.
The following enumerable values are defined:
- Bottom: pager appears only at the bottom of the data grid.
- Top: pager appears only at the top of the data grid.
- TopAndBottom: pager appears on both top and bottom of the data grid.
- TEnumerable implements Iterator
-
TDataGridPagerPosition
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 |
Bottom |
'Bottom' |
|
string |
Top |
'Top' |
|
string |
TopAndBottom |
'TopAndBottom' |