Version

ValueList Class

Contains a list of ValueListItems, which can used to populate dropdown lists.

Each ValueListItem exposes a ValueListItem.DataValue property, which corresponds to the underlying value, and a ValueListItem.DisplayText property, which corresponds to the string that is displayed to represent the item in the user interface.

Note: The ValueList class handles population of the dropdown list displayed by the EditorWithCombo embeddable editor. The items in the editor's dropdown are of type ValueListItem.

Syntax
'Declaration
 
Public Class ValueList 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, ICheckedItemListIDropDownResizeHandleOwnerIFilterableValueListIProvideContentsVersionIProvideItemImageSizeIValueList 
public class ValueList : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, ICheckedItemListIDropDownResizeHandleOwnerIFilterableValueListIProvideContentsVersionIProvideItemImageSizeIValueList  
Remarks

Each ValueListItem exposes a ValueListItem.DataValue property, which corresponds to the underlying value, and a ValueListItem.DisplayText property, which corresponds to the string that is displayed to represent the item in the user interface.

Note: The ValueList class handles population of the dropdown list displayed by the EditorWithCombo embeddable editor. The items in the editor's dropdown are of type ValueListItem.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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