Version 24.2 (latest)

ValueListItem Class Properties

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

Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting.  
Public PropertyCheckStateReturns or sets the value displayed by the check box associated with this item.  
Public PropertyDataValueReturns or sets the data value associated with this item.  
Public PropertyDisplayTextReturns or sets a value that determines the text to be displayed instead of the cell data.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearancereturns true if an appearance object has been allocated for this ValueListItem  
Public PropertyListIndexReturns the index corresponding to this item from the IList that the ValueLIst is bound to. Return value of -1 indicates that an item has been deleted or doesn't exist anymore.  
Public PropertyListObjectReturns the corresponding entity in the data source, if bound.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyValueListReturns a reference to a ValueList object containing the list of values used by a column. This property is read-only at run-time. This property is not available at design-time.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also