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

Each C1ListViewLinkItem in a navigation list contains a navigation URL. This is set through the NavigateUrl property. The C1ListView control automatically styles a navigation list item as buttons with a right arrow indicator. Each item is clickable, and when clicked or tapped, will trigger a click event. The click event will issue an AJAX request for the navigation URL, create a new page in the DOM, and then kick off a page transition.

One navigation list item offers two separate clickable buttons through the SplitUrl property. When using the SplitUrl property, the C1ListViewLinkItem appears with a divider between the independently clickable buttons. You can see the difference between a general C1ListViewLinkItem and the C1ListViewLinkItem with the SplitUrl property set. In the image below, items Two and Five do not have the SplitUrl property set.

See Also