Version

ValueList Class Properties

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

Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting.  
Public PropertyAppearancesAppearance's collection  
Public PropertyAutoSuggestHighlightAppearanceReturns or sets the Appearance object that controls the appearance of the highlighted text when using AutoSuggestFilterMode Contains.  
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.  
Public PropertyCheckBoxAlignmentReturns or sets the alignment of the checkbox with respect to the remaining item content, i.e., the text and/or the image.  
Public PropertyCheckBoxStyleReturns whether checkboxes appear next to each item in the dropdown list, and whether they support the 'Indeterminate' setting.  
Public PropertyCheckedItemsReturns a collection which contains the ValueListItem instances whose CheckState property returns 'Checked'.  
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.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrawModeGets/sets DrawMode used by the dropdown list  
Public PropertyDropDownListAlignmentGets/sets the alignment of the dropdown list. Available only at runtime.  
Public PropertyDropDownListMinWidthGets/sets the minimum width of the dropdown list.  
Public PropertyDropDownListWidthGets/sets the width of the dropdownlist  
Public PropertyDropDownResizeHandleAppearanceDropdown resize handle appearance.  
Public PropertyDropDownResizeHandleStyleGets/Sets Drop Down Resize Handle Style  
Public PropertyDropDownResizeHandleStyleResolvedGets/Sets Drop Down Resize Handle Style  
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.  
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.  
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.  
Public PropertyHasAppearanceTrue if an appearance object has been allocated  
Public PropertyHasAutoSuggestHighlightAppearanceTrue if an appearance object has been allocated  
Public PropertyHasAutoSuggestHighlightSelectedAppearanceTrue if an appearance object has been allocated  
Public PropertyHasDropdownResizeHandleAppearanceTrue if an appearance object has been allocated  
Public PropertyIsBoundThe base implementation always returns false. The BindableValueList override may return true.  
Public PropertyItemHeightGets/sets ItemHeight used by the dropdown list  
Public PropertyItemMatchingModeReturns or sets a value indicating the method used to evaluate ValueListItems during searches.  
Public Propertystatic (Shared in Visual Basic)ItemMatchingModeOverrideOverrides the ItemMatchingMode on all ValueLists in the application.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyMaxDropDownItemsGets/sets the maximum number of items that will be displayed in the dropdown.  
Public PropertyMRUListProviderThe Value List's MRUList provider  
Public PropertyOwnerThe Value List's owner  
Public PropertyPreferredDropDownSizeThe preferred size of the dropdown.  
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.  
Public PropertySelectedIndexGets/sets the index of the currently selected item. Available only at runtime.  
Public PropertySelectedItemGets/sets the currently selected item. Available only at runtime.  
Public PropertySortStyleReturns or sets a value that determines how valuelistitems will be sorted in a 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.  
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  
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also