ListView for ASP.NET Web Forms
C1ListViewItem
Elements > C1ListView Items > C1ListViewItem

The C1ListViewItem creates a basic list item for display. A general C1ListViewItem resembles the following image: 

 

The markup used to create a base C1ListViewItem resembles the following:

<cc1:C1ListViewItem Text="Basic ListViewItem"></cc1:C1ListViewItem>

You can create a numbered list with most of the C1ListViewItems by setting the CountBubbleMessage property.


<cc1:C1ListViewItem ID="ListViewItem" CountBubbleMessage="One!" Text="Basic ListViewItem"></cc1:C1ListViewItem>
See Also