Class TListItemType
TListItemType class. TListItemType defines the enumerable type for the possible types that databound list items could take.
The following enumerable values are defined:
- Header: header item
- Footer: footer item
- Item: content item (neither header nor footer)
- Separator: separator between items
- AlternatingItem: alternating content item
- EditItem: content item in edit mode
- SelectedItem: selected content item
- Pager: pager
- TEnumerable implements Iterator
-
TListItemType
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/TDataBoundControl.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/TDataBoundControl.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Header |
'Header' |
|
string |
Footer |
'Footer' |
|
string |
Item |
'Item' |
|
string |
Separator |
'Separator' |
|
string |
AlternatingItem |
'AlternatingItem' |
|
string |
EditItem |
'EditItem' |
|
string |
SelectedItem |
'SelectedItem' |
|
string |
Pager |
'Pager' |