Class \Prado\Web\UI\WebControls\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.
Class hierarchy
- \Prado\Web\UI\WebControls\TDataGridPagerPosition
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Bottom
|
'Bottom'
|
public
mixed
|
Top
|
'Top'
|
public
mixed
|
TopAndBottom
|
'TopAndBottom'
|