Infragistics2.Win.v8.1
IValueList Interface Members
See Also  Properties  Methods  Events
Infragistics.Win Namespace : IValueList Interface


The following tables list the members exposed by IValueList.

Public Properties

 NameDescription
 PropertyIsDroppedDown True if the list is dropped down. This is a readonly property  
 PropertyItemCount Returns number of items  
 PropertySelectedItemIndex Returns the index of the selected item.  
 PropertyShouldDisplayImage Returns whether the image should be displayed  
 PropertyShouldDisplayText Returns whether the text should be displayed  
 PropertySortByValue Returns whether the owner should sort by values or display text. If it returns true, the owner should sort by value. Otherwise by display text.  
Top

Public Methods

 NameDescription
 MethodActivate Attaches a new owner control and hooks up ItemSelected and CloseUp event handlers. If the list is dropped down by another owner this will cause its closeup event to fire first. Note: Only one owner can be activated at a time. However, it is safe to call this method multiple times with the same owner since it shouldn't do anything in that case  
 MethodCloseUp Closes up the list  
 MethodDeActivate Detaches the owner from the value list and also the closeup and ItemSelected even handlers. Note: if the list is dropped down by this owner then this will cause its closeup event to fire.  
 MethodDropDown Drops down the list. Returns true if successful  
 MethodGetTextOverloaded.   
 MethodGetValueOverloaded.   
 MethodMoveFirstItemLastItem Moves to the first or last item in the list  
 MethodMoveNextItemPreviousItem Moves to the next or previous item in the list  
 MethodResolveItemAppearance Resolves appearance for individual items in the value list.  
 MethodScrollPageUpPageDown Scrolls the list by the number of currently visible items  
Top

Public Events

 NameDescription
 EventListChanged Fired when a ValueListItem is changed  
Top

See Also