A C1NavigationListLinkItem item element is a link item used for navigation. You can set it to navigate to a URL by setting the NavigateUrl property.
The image below depicts a C1NavigationListLinkItem item. Please note that this item is also within a C1ViewPort control.
The markup for a link item will resemble the following:
<cc5:C1NavigationList ID="C1NavigationList1" runat="server" AutoPostBack="True"
LoadOnDemand="False" Text="Option" ToolTip="TopText">
</cc5:C1NavigationList>
The appearance of a C1NavigationListLinkItem element can be modified with the following properties:
Property |
Description |
The top text of the item. In the iPhone visual style, this appears in blue font. | |
The middle text of the item. In the iPhone visual style, this appears in gray, bolded font. | |
The bottom text of the item. In the iPhone visual style, this appears in gray font. | |
The text describing the details of this item's subitems. | |
The path where the image for the item is stored. The image appears to the left of all text. |