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.
'Declaration Public Class ValueList Inherits Infragistics.Shared.KeyedSubObjectBase Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, ICheckedItemList, IDropDownResizeHandleOwner, IFilterableValueList, IProvideContentsVersion, IProvideItemImageSize, IValueList
public class ValueList : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, ICheckedItemList, IDropDownResizeHandleOwner, IFilterableValueList, IProvideContentsVersion, IProvideItemImageSize, IValueList
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.
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