Skip to main content
 

EntreeListItemDetailNameValue

Product Information

Technical Requirements

Installation

Management

Customization

Programming Reference

Code Sample

output.ListStyle = EntreeListStyles.list_groups;
EntreeListGroup TheGroup = output.AddListGroup();
EntreeListItemDetailNameValue TheItem = TheGroup.AddListItem<EntreeListItemDetailNameValue>();
TheItem.Name =
"Name";
TheItem.Value =
"The Value";

Example Display

Note: This item style requires the ListStyle to be list_groups

Mobile Title
 
Taxonomy
;;EntreeServer.Module.Controls;;
Use Mobile Content
No 
Mobile Content
 
Ord
 
Last modified at 8/7/2009 9:52 AM  by Joe Herres