For a list of all members of this type, see ValueList members.
Name | Description | |
---|---|---|
BumpContentsVersion | Bump's the contents version number | |
Clone | Clones the value list. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
FindByDataValue | Returns the the ValueListItem whose ValueListItem.DataValue property is equal to the specified dataValue, or null (Nothing in VB) if no item was found. | |
FindString | Overloaded. FindString method:Finds the first item which starts with the given string. The search is not case-sensitive. Returns -1 if no match found. | |
FindStringExact | Overloaded. 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. | |
GetItemHeight | Returns the height of the item at the specified index | |
GetItemText | Returns the text of the item at the specified index | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitAppearances | When using the Serialization constructor, appearances is set to null, so set it here | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Reset | Resets all properties | |
ResetAppearance | Resets the property to its default value | |
ResetAutoSuggestHighlightAppearance | Resets the property to its default value | |
ResetAutoSuggestHighlightSelectedAppearance | Resets the property to its default value | |
ResetCheckBoxAlignment | Resets the property to its default value. | |
ResetCheckBoxStyle | Resets the property to its default value. | |
ResetDisplayStyle | Resets DisplayStyle to its default value. | |
ResetDrawMode | Sets the DrawMode property to its default value | |
ResetDropDownListAlignment | Sets the DropDownListAlignment property to its default value | |
ResetDropDownListMinWidth | Sets the DropDownListMinWidth property to its default value | |
ResetDropDownListWidth | Sets the DropDownListWidth property to its default value | |
ResetDropDownResizeHandleAppearance | Resets the DropDownResizeHandleAppearance property to its default value. | |
ResetDropDownResizeHandleStyle | Resets the DropDownResizeHandleStyle property to its default value. | |
ResetFormatFilteredItems | Resets the FormatFilteredItems to its default value. | |
ResetFormatProvider | Resets the FormatProvider property to its default value. | |
ResetFormatString | Resets the FormatString property to its default value. | |
ResetItemHeight | Sets the ItemHeight property to its default value | |
ResetItemMatchingMode | Restores the value of the ItemMatchingMode property to its default. | |
ResetKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetMaxDropDownItems | Sets the MaxDropDownItems property to its default value | |
ResetPreferredDropDownSize | Resets the PreferredDropDownSize properties to their default values. | |
ResetScaleItemImage | Resets ScaleItemImage to its default value (OnlyWhenNeeded). | |
ResetSortStyle | Resets SortStyle to its default value (none). | |
ResetValueListItems | Clears the list of ValueListItems | |
ReSyncContents | Re-synchronizes the contents of the internal valuelist with the internal combo | |
SetCheckState | Overloaded. Sets the value of the CheckState property for each ValueListItem in this collection. | |
ShouldSerializeKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Overridden to return the valuelist's key | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
GetObjectData | Invoked during the serialization of the object. | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAddedToCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
OnAfterDropDownResize | Fires after the resize of dropdown has completed. | |
OnBeforeDropDownResizeStart | Fires Before the DropDown Resize has started | |
OnDeserialization | Invoked after the entire object graph has been deserialized. | |
OnDispose | Overridden. Called when the object is disposed of | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnRemovedFromCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
OnSubObjectPropChanged | Overridden. handles certain property change events | |
ResetInternedKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeAppearance | Returns true if the value is not the default | |
ShouldSerializeAutoSuggestHighlightAppearance | Returns true if the value is not the default | |
ShouldSerializeAutoSuggestHighlightSelectedAppearance | Returns true if the value is not the default | |
ShouldSerializeCheckBoxAlignment | Returns whether the CheckBoxAlignment property requires serialization | |
ShouldSerializeCheckBoxStyle | Returns whether the CheckStyle property requires serialization | |
ShouldSerializeDisplayStyle | Returns true if this property is not set to its default value | |
ShouldSerializeDropDownListAlignment | Returns true if the DropDownListAlignment property has been changed from its default value | |
ShouldSerializeDropDownListMinWidth | Returns true if the DropDownListMinWidth property has been changed from its default value | |
ShouldSerializeDropDownListWidth | Returns true if the DropDownListWidth property has been changed from its default value | |
ShouldSerializeDropDownResizeHandleAppearance | Returns a Boolean value that determines whether the DropDownResizeHandleAppearance property is set to its default value. | |
ShouldSerializeDropDownResizeHandleStyle | Returns a Boolean value that determines whether the DropDownResizeHandleStyle property is set to its default value. | |
ShouldSerializeFormatFilteredItems | Returns a boolean value indicating whether the FormatFilteredItems property requires serialization. | |
ShouldSerializeItemMatchingMode | Returns a boolean value indicating whether the ItemMatchingMode property requires serialization. | |
ShouldSerializeMaxDropDownItems | Returns true if the MaxDropDownItems property has been changed from its default value | |
ShouldSerializePreferredDropDownSize | Returns true if this property is not set to its default value | |
ShouldSerializeScaleItemImage | Returns true if the ScaleItemImage property is not set to its default value | |
ShouldSerializeSortStyle | Returns true if this property is not set to its default value | |
ShouldSerializeValueListItems | Returns true if there are any items in the list | |
VerifyItems | Derived classes can override this method to ensure that the valuelist items in the list are up-to-date. |