Symphony Framework
SelectionItemList Class
Members 
Symphony.Conductor.Content Namespace : SelectionItemList Class
Expose a collection of custom SelectionItem type objects to allow binding to list controls like the drop-down combo box.
Object Model
SelectionItemList ClassSelectionItem Class
Syntax
public class SelectionItemList : System.Collections.Generic.List<SelectionItem> 
Remarks
Each item contains a Value and Description. The Value property is data-bound to the ValueItem of a ComboBox/drop-down list. the Description is the element displayed within the visible list.
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Symphony.Conductor.Content.SelectionItemList

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SelectionItemList Members
Symphony.Conductor.Content Namespace