ListView for ASP.NET Web Forms
Numbered Lists
Supported List Types > Numbered Lists

There are two ways to create a numbered list in the C1ListView control. You can set the global UseNumberedList property, which will result in the following:

or you can set the CountBubbleMessage property for each C1ListViewItem.

See Also