Version

UltraListViewItem Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the UltraListViewItem.  
Public PropertyAppearanceGets/sets the appearance for the UltraListViewItem or UltraListViewSubItem. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyCheckStateGets/sets whether this UltraListViewItem is checked, unchecked, or indeterminate.  
Public PropertyControlOverridden. Returns the UltraListView control to which this instance belongs, or null if this instance does not belong to a collection.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledGets/sets whether this UltraListViewItem is enabled in the user interface.  
Public PropertyGroupGets/sets the UltraListViewGroup to which this UltraListViewItem belongs.  
Public PropertyHasAppearanceReturns whether an appearance object has been created for the UltraListViewItemBase.Appearance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyHasSelectedAppearanceReturns whether an appearance object has been created for the UltraListViewItemBase.SelectedAppearance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyHotTrackingGets/sets whether this UltraListViewItem objects exhibits hot tracking effects when the cursor passes within the bounds of its UIElement.  
Public PropertyIndexReturns the ordinal position of this UltraListViewItem instance in the UltraListViewItemsCollection to which it belongs.  
Public PropertyIsActiveReturns whether this UltraListViewItem instance is the ActiveItem.  
Public PropertyIsHotTrackingReturns whether this UltraListViewItem instance is hot tracking.  
Public PropertyIsInEditModeReturns whether this UltraListViewItem instance is currently in edit mode.  
Public PropertyIsSelectedReturns whether this UltraListViewItem is selected in the user interface.  
Public PropertyKeyOverridden. The key of the item in its collection.  
Public PropertyNotificationBadgeSettingsGets or sets the NotificationBadgeSettings for groups.  
Public PropertyNotificationBadgeTextGets or sets the text that specifies the notification badge text.  
Public PropertySelectedAppearanceGets/sets the selected appearance for the UltraListViewItem or UltraListViewSubItem. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertySubItemsReturns the UltraListViewSubItemsCollection which contains the sub-items for this UltraListViewItem.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns the string representation of the UltraListViewItemBase.Value property. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyUIElementReturns the UltraListViewItemUIElement which represents this UltraListViewItem in the user interface.  
Public PropertyValueReturns the value for this UltraListViewItemBase instance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyVisibleGets/sets whether this UltraListViewItem is displayed in the user interface.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also