各 ValueListItem は ValueListItem.DataValue プロパティ(基になる値に対応)と ValueListItem.DisplayText プロパティ(ユーザー インターフェイスで項目を表すために表示される文字列に対応)を公開します。
注: ValueList クラスは、EditorWithCombo 埋め込みエディターによって表示されるドロップダウン リストの作成を処理します。エディターのドロップダウンの項目は ValueListItem 型です。
'宣言 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
各 ValueListItem は ValueListItem.DataValue プロパティ(基になる値に対応)と ValueListItem.DisplayText プロパティ(ユーザー インターフェイスで項目を表すために表示される文字列に対応)を公開します。
注: ValueList クラスは、EditorWithCombo 埋め込みエディターによって表示されるドロップダウン リストの作成を処理します。エディターのドロップダウンの項目は ValueListItem 型です。