C1NavigationListLinkItem Item

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

TopText

The top text of the item. In the iPhone visual style, this appears in blue font.

Text

The middle text of the item. In the iPhone visual style, this appears in gray, bolded font. 

BottomText

The bottom text of the item. In the iPhone visual style, this appears in gray font.

DetailText

The text describing the details of this item's subitems. 

ImageURL

The path where the image for the item is stored. The image appears to the left of all text. 


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.