The following tables list the members exposed by BindableValueList.
Name | Description | |
---|---|---|
BindableValueList Constructor | Overloaded. |
Name | Description | |
---|---|---|
USE_LISTOBJECT_AS_VALUEMEMBER | A string constant which can be user to set the ValueMember property so that the ValueList will use the entire ListObject of an item as the item's DataValue, rather than any individual field of the ListObject. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Appearance | Returns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.ValueList) | |
Appearances | Appearance's collection (Inherited from Infragistics.Win.ValueList) | |
AutoSuggestHighlightAppearance | Returns or sets the Appearance object that controls the appearance of the highlighted text when using AutoSuggestFilterMode Contains. (Inherited from Infragistics.Win.ValueList) | |
AutoSuggestHighlightSelectedAppearance | Returns or sets the Appearance object that controls the appearance of the highlighted text when using AutoSuggestFilterMode Contains and the item is selected or hot tracked. (Inherited from Infragistics.Win.ValueList) | |
BindingContext | Gets/sets the BindingContext that will be used. This setting takes precedence over the BindingContext provided by the BindingContextControl property. | |
BindingContextControl | Gets/sets the Control used for retrieving a BindingContext. This property has no effect if the BindingContext property has been assigned a non-null value. | |
CheckBoxAlignment | Returns or sets the alignment of the checkbox with respect to the remaining item content, i.e., the text and/or the image. (Inherited from Infragistics.Win.ValueList) | |
CheckBoxStyle | Returns whether checkboxes appear next to each item in the dropdown list, and whether they support the 'Indeterminate' setting. (Inherited from Infragistics.Win.ValueList) | |
CheckedItems | Returns a collection which contains the ValueListItem instances whose CheckState property returns 'Checked'. (Inherited from Infragistics.Win.ValueList) | |
DataMember | Gets/sets the specific data member in a multimember data source to bind to. | |
DataSource | Gets/sets the object used for populating the list of items. | |
DisplayMember | Gets/sets the name of the property in the data source whose contents are to be displayed. | |
DisplayStyle | Determines what information will be displayed in the drop down and edit area of a cell in a drop down style column, and how the information will be formatted. (Inherited from Infragistics.Win.ValueList) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
DrawMode | Gets/sets DrawMode used by the dropdown list (Inherited from Infragistics.Win.ValueList) | |
DropDownListAlignment | Gets/sets the alignment of the dropdown list. Available only at runtime. (Inherited from Infragistics.Win.ValueList) | |
DropDownListMinWidth | Gets/sets the minimum width of the dropdown list. (Inherited from Infragistics.Win.ValueList) | |
DropDownListWidth | Gets/sets the width of the dropdownlist (Inherited from Infragistics.Win.ValueList) | |
DropDownResizeHandleAppearance | Dropdown resize handle appearance. (Inherited from Infragistics.Win.ValueList) | |
DropDownResizeHandleStyle | Gets/Sets Drop Down Resize Handle Style (Inherited from Infragistics.Win.ValueList) | |
DropDownResizeHandleStyleResolved | Gets/Sets Drop Down Resize Handle Style (Inherited from Infragistics.Win.ValueList) | |
FormatFilteredItems | Returns or sets whether the text for the items that appear in the dropdown are formatted to highlight the characters that were typed by the user during an auto-suggest session. (Inherited from Infragistics.Win.ValueList) | |
FormatProvider | Gets/sets the formatting information that is used when converting a ValueListItem's DataValue into a string when no value is specified for the DisplayText property. (Inherited from Infragistics.Win.ValueList) | |
FormatString | Gets/sets the format string that is used when converting a ValueListItem's DataValue into a string when no value is specified for the DisplayText property. (Inherited from Infragistics.Win.ValueList) | |
HasAppearance | True if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList) | |
HasAutoSuggestHighlightAppearance | True if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList) | |
HasAutoSuggestHighlightSelectedAppearance | True if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList) | |
HasDropdownResizeHandleAppearance | True if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList) | |
IsBound | Overridden. Returns true if the valuelist items are retrieved from a data source. | |
ItemHeight | Gets/sets ItemHeight used by the dropdown list (Inherited from Infragistics.Win.ValueList) | |
ItemMatchingMode | Returns or sets a value indicating the method used to evaluate ValueListItems during searches. (Inherited from Infragistics.Win.ValueList) | |
Key | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
MaxDropDownItems | Gets/sets the maximum number of items that will be displayed in the dropdown. (Inherited from Infragistics.Win.ValueList) | |
MRUListProvider | The Value List's MRUList provider (Inherited from Infragistics.Win.ValueList) | |
Owner | The Value List's owner (Inherited from Infragistics.Win.ValueList) | |
PreferredDropDownSize | The preferred size of the dropdown. (Inherited from Infragistics.Win.ValueList) | |
ScaleItemImage | Specifies how ValueListItem images will be scaled. The important thing that this property can be used to control is how the height of a value list item is calculated. When this property is set to its default value of OnlyWhenNeeded it always uses the font height and scales down (never up) the image on the value list item. When set to Never it uses the max of the font and the image for the height of the item. When set to always it uses the font height (like OnlyWhenNeeded) except that it scales up as well. (Inherited from Infragistics.Win.ValueList) | |
SelectedIndex | Gets/sets the index of the currently selected item. Available only at runtime. (Inherited from Infragistics.Win.ValueList) | |
SelectedItem | Gets/sets the currently selected item. Available only at runtime. (Inherited from Infragistics.Win.ValueList) | |
SortStyle | Returns or sets a value that determines how valuelistitems will be sorted in a valuelist. (Inherited from Infragistics.Win.ValueList) | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ValueListItems | Returns a reference to a ValueListItems collection, containing the valustlistitems of a ValueList object. This property is read-only at run-time. (Inherited from Infragistics.Win.ValueList) | |
ValueMember | Gets/sets the name of the property in the data source from which to retrieve the value. |
Name | Description | |
---|---|---|
AlwaysResolveControlImage | Override this and return true if the ValueList wants to honor Control level images for the ValueList items irrespective of the Appstyling (Inherited from Infragistics.Win.ValueList) | |
KeyLowercaseInterned | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
PrimaryCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
BumpContentsVersion | Bump's the contents version number (Inherited from Infragistics.Win.ValueList) | |
Clone | Overridden. Overridden. 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. (Inherited from Infragistics.Win.ValueList) | |
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. (Inherited from Infragistics.Win.ValueList) | |
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. (Inherited from Infragistics.Win.ValueList) | |
GetItemHeight | Returns the height of the item at the specified index (Inherited from Infragistics.Win.ValueList) | |
GetItemIndexFromListIndex | Returns the index of the item in the ValueListItems collection of an item with the specified ListIndex, or -1 if no item is found. | |
GetItemText | Returns the text of the item at the specified index (Inherited from Infragistics.Win.ValueList) | |
GetItemWithListIndex | Returns the actual ValueListItem associated with list index in the binding list. | |
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 (Inherited from Infragistics.Win.ValueList) | |
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) | |
RefreshDataItems | Updates 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. | |
Reset | Resets all properties (Inherited from Infragistics.Win.ValueList) | |
ResetAppearance | Resets the property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetAutoSuggestHighlightAppearance | Resets the property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetAutoSuggestHighlightSelectedAppearance | Resets the property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetCheckBoxAlignment | Resets the property to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetCheckBoxStyle | Resets the property to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetDataMember | Resets the property to its default value. | |
ResetDisplayMember | Resets the property to its default value. | |
ResetDisplayStyle | Resets DisplayStyle to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetDrawMode | Sets the DrawMode property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetDropDownListAlignment | Sets the ValueList.DropDownListAlignment property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetDropDownListMinWidth | Sets the ValueList.DropDownListMinWidth property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetDropDownListWidth | Sets the ValueList.DropDownListWidth property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetDropDownResizeHandleAppearance | Resets the ValueList.DropDownResizeHandleAppearance property to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetDropDownResizeHandleStyle | Resets the ValueList.DropDownResizeHandleStyle property to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetFormatFilteredItems | Resets the FormatFilteredItems to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetFormatProvider | Resets the ValueList.FormatProvider property to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetFormatString | Resets the ValueList.FormatString property to its default value. (Inherited from Infragistics.Win.ValueList) | |
ResetItemHeight | Sets the ItemHeight property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetItemMatchingMode | Restores the value of the ItemMatchingMode property to its default. (Inherited from Infragistics.Win.ValueList) | |
ResetKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetMaxDropDownItems | Sets the ValueList.MaxDropDownItems property to its default value (Inherited from Infragistics.Win.ValueList) | |
ResetPreferredDropDownSize | Resets the ValueList.PreferredDropDownSize properties to their default values. (Inherited from Infragistics.Win.ValueList) | |
ResetScaleItemImage | Resets ValueList.ScaleItemImage to its default value (OnlyWhenNeeded). (Inherited from Infragistics.Win.ValueList) | |
ResetSortStyle | Resets SortStyle to its default value (none). (Inherited from Infragistics.Win.ValueList) | |
ResetValueListItems | Clears the list of ValueListItems (Inherited from Infragistics.Win.ValueList) | |
ResetValueMember | Resets the property to its default value. | |
ReSyncContents | Re-synchronizes the contents of the internal valuelist with the internal combo (Inherited from Infragistics.Win.ValueList) | |
SetCheckState | Overloaded. Sets the value of the CheckState property for each ValueListItem in this collection. (Inherited from Infragistics.Win.ValueList) | |
SetDataBinding | Overloaded. 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. | |
ShouldSerializeKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Overridden to return the valuelist's key (Inherited from Infragistics.Win.ValueList) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
GetObjectData | Overridden. 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. (Inherited from Infragistics.Win.ValueList) | |
OnBeforeDropDownResizeStart | Fires Before the DropDown Resize has started (Inherited from Infragistics.Win.ValueList) | |
OnDeserialization | Invoked after the entire object graph has been deserialized. (Inherited from Infragistics.Win.ValueList) | |
OnDispose | Overridden. Overrides OnDispose. | |
OnInitializeDataItem | Fires the InitializeDataItem event. | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnRemovedFromCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
OnSubObjectPropChanged | handles certain property change events (Inherited from Infragistics.Win.ValueList) | |
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 (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeAutoSuggestHighlightAppearance | Returns true if the value is not the default (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeAutoSuggestHighlightSelectedAppearance | Returns true if the value is not the default (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeCheckBoxAlignment | Returns whether the ValueList.CheckBoxAlignment property requires serialization (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeCheckBoxStyle | Returns whether the CheckStyle property requires serialization (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeDataMember | Returns true if the property is set to a non-default value. | |
ShouldSerializeDisplayMember | Returns true if the property is set to a non-default value. | |
ShouldSerializeDisplayStyle | Returns true if this property is not set to its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeDropDownListAlignment | Returns true if the ValueList.DropDownListAlignment property has been changed from its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeDropDownListMinWidth | Returns true if the ValueList.DropDownListMinWidth property has been changed from its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeDropDownListWidth | Returns true if the ValueList.DropDownListWidth property has been changed from its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeDropDownResizeHandleAppearance | Returns a Boolean value that determines whether the ValueList.DropDownResizeHandleAppearance property is set to its default value. (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeDropDownResizeHandleStyle | Returns a Boolean value that determines whether the ValueList.DropDownResizeHandleStyle property is set to its default value. (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeFormatFilteredItems | Returns a boolean value indicating whether the FormatFilteredItems property requires serialization. (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeItemMatchingMode | Returns a boolean value indicating whether the ItemMatchingMode property requires serialization. (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeMaxDropDownItems | Returns true if the ValueList.MaxDropDownItems property has been changed from its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializePreferredDropDownSize | Returns true if this property is not set to its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeScaleItemImage | Returns true if the ValueList.ScaleItemImage property is not set to its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeSortStyle | Returns true if this property is not set to its default value (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeValueListItems | Returns true if there are any items in the list (Inherited from Infragistics.Win.ValueList) | |
ShouldSerializeValueMember | Returns true if the property is set to a non-default value. | |
VerifyItems | Overridden. Ensures that the items are synchronized with those found in the data source, assuming one exists. |
Name | Description | |
---|---|---|
AfterDropDownResize | Fired after dropdown has been resized. (Inherited from Infragistics.Win.ValueList) | |
BeforeDropDownResizeStart | Fired before resize starts. (Inherited from Infragistics.Win.ValueList) | |
DrawValueListItem | Fired when a ValueListItem is drawn (Inherited from Infragistics.Win.ValueList) | |
InitializeDataItem | Fires when a ValueListItem is created to represent a value found in the data source. | |
ListChanged | Fired when a ValueListItem is changed (Inherited from Infragistics.Win.ValueList) | |
MeasureValueListItem | Fired when a ValueListItem is measured (Inherited from Infragistics.Win.ValueList) | |
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |