ComponentOne ListView for ASP.NET Web Forms
Elements / C1ListView Items / C1ListViewLinkItem
In This Topic
    C1ListViewLinkItem
    In This Topic

    The C1ListViewLinkItem allows you to embed a link to an outside web site in your navigation list. A C1ListViewLinkItem resembles the following image:

    You can also set the 'split' properties, SplitUrl, SplitTheme, and SplitTitle, to create two links in one C1ListViewLinkItem. The following image shows a C1ListViewLinkItem with the SplitUrl property set to a web site:

    The markup used to create this list item should resemble the following. Note that the web site URL is specified using the NavigateUrl property:

    <cc1:C1ListViewLinkItem ID="Link" NavigateUrl="http://www.componentone.com/" Text="Link"></cc1:C1ListViewLinkItem>
    See Also