ComponentOne ListView for ASP.NET Web Forms
Supported List Types / Numbered Lists
In This Topic
    Numbered Lists
    In This Topic

    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