Version

UltraListViewItem Class Methods

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

Public Methods
 NameDescription
Public MethodActivateMakes this UltraListViewItem the ActiveItem.  
Public MethodBeginEditInitiates an edit mode session on this UltraListViewItem.  
Public MethodBringIntoViewBrings this UltraListViewItem into the viewable area of the control.  
Public MethodCloneOverloaded. Returns a memberwise copy of this UltraListViewItem instance.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodEndEditEnds the current edit mode session for this UltraListViewItem.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetOverridden. Resets all properties of this UltraListViewItem instance to their default values.  
Public MethodResetAppearanceResets the properties of the UltraListViewItemBase.Appearance to their default values. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public MethodResetCheckStateResets the value of the CheckState property to its default.  
Public MethodResetEnabledResets the value of the Enabled property to its default.  
Public MethodResetGroupResets the value of the Group property to its default.  
Public MethodResetHotTrackingResets the value of the UltraListViewItemSettings.HotTracking property to its default.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNotificationBadgeSettingsResets the NotificationBadgeSettings to their default value (null)  
Public MethodResetNotificationBadgeTextResets the NotificationBadgeText property to its default value.  
Public MethodResetSelectedAppearanceResets the properties of the UltraListViewItemBase.SelectedAppearance to their default values. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public MethodResetValueResets the UltraListViewItemBase.Value property to its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public MethodResetVisibleResets the value of the Visible property to its default.  
Public MethodShouldSerializeOverridden. Returns whether the value of any property of this UltraListViewItem instance has been changed from its default.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeNotificationBadgeSettingsReturns true if the HasNotificationBadgeSettings needs to be serialized  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string that represents this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetNotificationBadgeBoundsDetermines the rectangle area of the NotificationUIElement. In this area the tools will display the element will be positioned based on its size and position  
Protected MethodGetObjectDataInvoked during the serialization of the object. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodInitializeFromOverloaded. Performs a memberwise copy of the specified UltraListViewItem instance to this instance.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDeserializationCalled after the deserialization process has been completed. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodOnDisposeOverridden. Called when this UltraListViewItem instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub-object of this UltraListViewItemBase instance.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceReturns whether the UltraListViewItemBase.Appearance requires serialization. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodShouldSerializeCheckStateReturns whether the value of the CheckState property has been changed from its default.  
Protected MethodShouldSerializeEnabledReturns whether the value of the Enabled property has been changed from its default.  
Protected MethodShouldSerializeGroupReturns whether the value of the Group property has been changed from its default.  
Protected MethodShouldSerializeHotTrackingReturns whether the value of the HotTracking property has been changed from its default.  
Protected MethodShouldSerializeSelectedAppearanceReturns whether the UltraListViewItemBase.SelectedAppearance requires serialization. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodShouldSerializeSubItemsReturns whether the value of the SubItems property has been changed from its default.  
Protected MethodShouldSerializeValueReturns whether the UltraListViewItemBase.Value property requires serialization. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodShouldSerializeVisibleReturns whether the value of the Visible property has been changed from its default.  
See Also