List Text Control

 

Documentation home

 

See also: Working with Lists, List Control

 

Description

A List Text Control can only be used inside a List Control/List Item Control and represents a list item text. If you want to display list items as hyperlinks use a List Hyperlink Control instead of this control.

 

The parent List Item Control is rendered repeatedly for each item in the list configured on the containing List Control. So if we have a control hierarchy like this:

 

 

and  then configure a Static List in the List Control’s properties, a list might be displayed something like this:

The list text is rendered with no surrounding HTML tags. To style the list item text, styling should be applied to its parent List Item Control or List Control.

 

 

See Working with Lists for more information.