C1NavigationListItem Item

A C1NavigationListItem item is a generic list item that can hold child items. When users click a C1NavigationListItem with child items, a new list of options slides into view. 

The markup for a generic list item will resemble the following:

 

<cc1:C1NavigationListItem runat="server" Text="Wi-Fi Networks"  DetailText="linksys" ImageUrl="Images/wifi_29x29.png" ></cc1:C1NavigationListItem>

 

The markup for a generic list item with child items will resemble the following:

 

<cc1:C1NavigationListItem runat="server" Text="Wi-Fi Networks"  DetailText="linksys" ImageUrl="Images/wifi_29x29.png" >

       <Items>

              <cc1:C1NavigationListItem = runat="server" Text="Wi-Fi 2">

              </cc1:C1NavigationListItem>

       </Items>

</cc1:C1NavigationListItem>

 

The appearance of a C1NavigationListItem 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 a blue font.

Text

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

BottomText

The bottom text of the item. In the iPhone visual style, this appears in a 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.