Version

BindableValueList Class Properties

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

Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.ValueList)
Public PropertyAppearancesAppearance's collection (Inherited from Infragistics.Win.ValueList)
Public PropertyAutoSuggestHighlightAppearanceReturns or sets the Appearance object that controls the appearance of the highlighted text when using AutoSuggestFilterMode Contains. (Inherited from Infragistics.Win.ValueList)
Public PropertyAutoSuggestHighlightSelectedAppearanceReturns 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)
Public PropertyBindingContextGets/sets the BindingContext that will be used. This setting takes precedence over the BindingContext provided by the BindingContextControl property.  
Public PropertyBindingContextControlGets/sets the Control used for retrieving a BindingContext. This property has no effect if the BindingContext property has been assigned a non-null value.  
Public PropertyCheckBoxAlignmentReturns 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)
Public PropertyCheckBoxStyleReturns whether checkboxes appear next to each item in the dropdown list, and whether they support the 'Indeterminate' setting. (Inherited from Infragistics.Win.ValueList)
Public PropertyCheckedItemsReturns a collection which contains the ValueListItem instances whose CheckState property returns 'Checked'. (Inherited from Infragistics.Win.ValueList)
Public PropertyDataMemberGets/sets the specific data member in a multimember data source to bind to.  
Public PropertyDataSourceGets/sets the object used for populating the list of items.  
Public PropertyDisplayMemberGets/sets the name of the property in the data source whose contents are to be displayed.  
Public PropertyDisplayStyleDetermines 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)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrawModeGets/sets DrawMode used by the dropdown list (Inherited from Infragistics.Win.ValueList)
Public PropertyDropDownListAlignmentGets/sets the alignment of the dropdown list. Available only at runtime. (Inherited from Infragistics.Win.ValueList)
Public PropertyDropDownListMinWidthGets/sets the minimum width of the dropdown list. (Inherited from Infragistics.Win.ValueList)
Public PropertyDropDownListWidthGets/sets the width of the dropdownlist (Inherited from Infragistics.Win.ValueList)
Public PropertyDropDownResizeHandleAppearanceDropdown resize handle appearance. (Inherited from Infragistics.Win.ValueList)
Public PropertyDropDownResizeHandleStyleGets/Sets Drop Down Resize Handle Style (Inherited from Infragistics.Win.ValueList)
Public PropertyDropDownResizeHandleStyleResolvedGets/Sets Drop Down Resize Handle Style (Inherited from Infragistics.Win.ValueList)
Public PropertyFormatFilteredItemsReturns 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)
Public PropertyFormatProviderGets/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)
Public PropertyFormatStringGets/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)
Public PropertyHasAppearanceTrue if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList)
Public PropertyHasAutoSuggestHighlightAppearanceTrue if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList)
Public PropertyHasAutoSuggestHighlightSelectedAppearanceTrue if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList)
Public PropertyHasDropdownResizeHandleAppearanceTrue if an appearance object has been allocated (Inherited from Infragistics.Win.ValueList)
Public PropertyIsBoundOverridden. Returns true if the valuelist items are retrieved from a data source.  
Public PropertyItemHeightGets/sets ItemHeight used by the dropdown list (Inherited from Infragistics.Win.ValueList)
Public PropertyItemMatchingModeReturns or sets a value indicating the method used to evaluate ValueListItems during searches. (Inherited from Infragistics.Win.ValueList)
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyMaxDropDownItemsGets/sets the maximum number of items that will be displayed in the dropdown. (Inherited from Infragistics.Win.ValueList)
Public PropertyMRUListProviderThe Value List's MRUList provider (Inherited from Infragistics.Win.ValueList)
Public PropertyOwnerThe Value List's owner (Inherited from Infragistics.Win.ValueList)
Public PropertyPreferredDropDownSizeThe preferred size of the dropdown. (Inherited from Infragistics.Win.ValueList)
Public PropertyScaleItemImageSpecifies 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)
Public PropertySelectedIndexGets/sets the index of the currently selected item. Available only at runtime. (Inherited from Infragistics.Win.ValueList)
Public PropertySelectedItemGets/sets the currently selected item. Available only at runtime. (Inherited from Infragistics.Win.ValueList)
Public PropertySortStyleReturns or sets a value that determines how valuelistitems will be sorted in a valuelist. (Inherited from Infragistics.Win.ValueList)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyValueListItemsReturns 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)
Public PropertyValueMemberGets/sets the name of the property in the data source from which to retrieve the value.  
Protected Properties
 NameDescription
Protected PropertyAlwaysResolveControlImageOverride 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)
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also