Version 24.2 (latest)

BindableValueList Class Methods

For a list of all members of this type, see BindableValueList members.

Public Methods
 NameDescription
Public MethodBumpContentsVersionBump's the contents version number (Inherited from Infragistics.Win.ValueList)
Public MethodCloneOverridden. Overridden. Clones the value list.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodFindByDataValueReturns the the ValueListItem whose ValueListItem.DataValue property is equal to the specified dataValue, or null (Nothing in VB) if no item was found. (Inherited from Infragistics.Win.ValueList)
Public MethodFindStringOverloaded. FindString method:Finds the first item which starts with the given string. The search is not case-sensitive. Returns -1 if no match found. (Inherited from Infragistics.Win.ValueList)
Public MethodFindStringExactOverloaded. FindStringExact method: Finds the first item that contains the exact match for the specified string. The search is not case-sensitive.Returns -1 if no match is found. (Inherited from Infragistics.Win.ValueList)
Public MethodGetItemHeightReturns the height of the item at the specified index (Inherited from Infragistics.Win.ValueList)
Public MethodGetItemIndexFromListIndexReturns the index of the item in the ValueListItems collection of an item with the specified ListIndex, or -1 if no item is found.  
Public MethodGetItemTextReturns the text of the item at the specified index (Inherited from Infragistics.Win.ValueList)
Public MethodGetItemWithListIndexReturns the actual ValueListItem associated with list index in the binding list.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitAppearancesWhen using the Serialization constructor, appearances is set to null, so set it here (Inherited from Infragistics.Win.ValueList)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRefreshDataItemsUpdates the ValueItems with the current values in the data source. This method is used when the data source does not implement IBindingList (such as an array or ArrayList). After modifying the values in the data source, call this method so that the items are synchronized. If the data source or binding context has not been specified an InvalidOperationException will be thrown.  
Public MethodResetResets all properties (Inherited from Infragistics.Win.ValueList)
Public MethodResetAppearanceResets the property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetAutoSuggestHighlightAppearanceResets the property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetAutoSuggestHighlightSelectedAppearanceResets the property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetCheckBoxAlignmentResets the property to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetCheckBoxStyleResets the property to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetDataMemberResets the property to its default value.  
Public MethodResetDisplayMemberResets the property to its default value.  
Public MethodResetDisplayStyleResets DisplayStyle to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetDrawModeSets the DrawMode property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetDropDownListAlignmentSets the ValueList.DropDownListAlignment property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetDropDownListMinWidthSets the ValueList.DropDownListMinWidth property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetDropDownListWidthSets the ValueList.DropDownListWidth property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetDropDownResizeHandleAppearanceResets the ValueList.DropDownResizeHandleAppearance property to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetDropDownResizeHandleStyleResets the ValueList.DropDownResizeHandleStyle property to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetFormatFilteredItemsResets the FormatFilteredItems to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetFormatProviderResets the ValueList.FormatProvider property to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetFormatStringResets the ValueList.FormatString property to its default value. (Inherited from Infragistics.Win.ValueList)
Public MethodResetItemHeightSets the ItemHeight property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetItemMatchingModeRestores the value of the ItemMatchingMode property to its default. (Inherited from Infragistics.Win.ValueList)
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetMaxDropDownItemsSets the ValueList.MaxDropDownItems property to its default value (Inherited from Infragistics.Win.ValueList)
Public MethodResetPreferredDropDownSizeResets the ValueList.PreferredDropDownSize properties to their default values. (Inherited from Infragistics.Win.ValueList)
Public MethodResetScaleItemImageResets ValueList.ScaleItemImage to its default value (OnlyWhenNeeded). (Inherited from Infragistics.Win.ValueList)
Public MethodResetSortStyleResets SortStyle to its default value (none). (Inherited from Infragistics.Win.ValueList)
Public MethodResetValueListItemsClears the list of ValueListItems (Inherited from Infragistics.Win.ValueList)
Public MethodResetValueMemberResets the property to its default value.  
Public MethodReSyncContentsRe-synchronizes the contents of the internal valuelist with the internal combo (Inherited from Infragistics.Win.ValueList)
Public MethodSetCheckStateOverloaded. Sets the value of the CheckState property for each ValueListItem in this collection. (Inherited from Infragistics.Win.ValueList)
Public MethodSetDataBindingOverloaded. Sets the DataSource and DataMember properties in one atomic operation. Note: a BindingContext or BindingContextControl must be specified for data binding to occur, otherwise an InvalidOperationException will be thrown.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringOverridden to return the valuelist's key (Inherited from Infragistics.Win.ValueList)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataOverridden. Invoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnAfterDropDownResizeFires after the resize of dropdown has completed. (Inherited from Infragistics.Win.ValueList)
Protected MethodOnBeforeDropDownResizeStartFires Before the DropDown Resize has started (Inherited from Infragistics.Win.ValueList)
Protected MethodOnDeserializationInvoked after the entire object graph has been deserialized. (Inherited from Infragistics.Win.ValueList)
Protected MethodOnDisposeOverridden. Overrides OnDispose.  
Protected MethodOnInitializeDataItemFires the InitializeDataItem event.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedhandles certain property change events (Inherited from Infragistics.Win.ValueList)
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceReturns true if the value is not the default (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeAutoSuggestHighlightAppearanceReturns true if the value is not the default (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeAutoSuggestHighlightSelectedAppearanceReturns true if the value is not the default (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeCheckBoxAlignmentReturns whether the ValueList.CheckBoxAlignment property requires serialization (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeCheckBoxStyleReturns whether the CheckStyle property requires serialization (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeDataMemberReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeDisplayMemberReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeDisplayStyleReturns true if this property is not set to its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeDropDownListAlignmentReturns true if the ValueList.DropDownListAlignment property has been changed from its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeDropDownListMinWidthReturns true if the ValueList.DropDownListMinWidth property has been changed from its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeDropDownListWidthReturns true if the ValueList.DropDownListWidth property has been changed from its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeDropDownResizeHandleAppearance

Returns a Boolean value that determines whether the ValueList.DropDownResizeHandleAppearance property is set to its default value.

(Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeDropDownResizeHandleStyle

Returns a Boolean value that determines whether the ValueList.DropDownResizeHandleStyle property is set to its default value.

(Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeFormatFilteredItemsReturns a boolean value indicating whether the FormatFilteredItems property requires serialization. (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeItemMatchingModeReturns a boolean value indicating whether the ItemMatchingMode property requires serialization. (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeMaxDropDownItemsReturns true if the ValueList.MaxDropDownItems property has been changed from its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializePreferredDropDownSizeReturns true if this property is not set to its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeScaleItemImageReturns true if the ValueList.ScaleItemImage property is not set to its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeSortStyleReturns true if this property is not set to its default value (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeValueListItemsReturns true if there are any items in the list (Inherited from Infragistics.Win.ValueList)
Protected MethodShouldSerializeValueMemberReturns true if the property is set to a non-default value.  
Protected MethodVerifyItemsOverridden. Ensures that the items are synchronized with those found in the data source, assuming one exists.  
See Also