Class TBulletedListDisplayMode
TBulletedListDisplayMode class. TBulletedListDisplayMode defines the
enumerable type for the possible display mode of a TBulletedList
control.
The following enumerable values are defined:
- Text: the bulleted list items are displayed as plain texts
- HyperLink: the bulleted list items are displayed as hyperlinks
- LinkButton: the bulleted list items are displayed as link buttons that can cause postbacks
- TEnumerable implements Iterator
-
TBulletedListDisplayMode
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/TBulletedList.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/TBulletedList.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Text |
'Text' |
|
string |
HyperLink |
'HyperLink' |
|
string |
LinkButton |
'LinkButton' |