Version

UltraListViewItemBase Class Members

The following tables list the members exposed by UltraListViewItemBase.

Protected Fields
 NameDescription
Protected FielditemValueStores the item's value.  
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceGets/sets the appearance for the UltraListViewItem or UltraListViewSubItem.  
Public PropertyControlReturns the UltraListView control associated with this instance.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearanceReturns whether an appearance object has been created for the Appearance.  
Public PropertyHasSelectedAppearanceReturns whether an appearance object has been created for the SelectedAppearance.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertySelectedAppearanceGets/sets the selected appearance for the UltraListViewItem or UltraListViewSubItem.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns the string representation of the Value property.  
Public PropertyValueReturns the value for this UltraListViewItemBase instance.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
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 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 MethodResetResets all properties of this UltraListViewItemBase instance to their default values.  
Public MethodResetAppearanceResets the properties of the Appearance to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetSelectedAppearanceResets the properties of the SelectedAppearance to their default values.  
Public MethodResetValueResets the Value property to its default.  
Public MethodShouldSerializeReturns whether the value of any property of this UltraListViewItemBase instance has been changed from its default.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodInitializeFromPerforms a memberwise copy of the specified UltraListViewItemBase-derived 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.  
Protected MethodOnDisposeOverridden. Called when this UltraListViewItemBase 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 Appearance requires serialization.  
Protected MethodShouldSerializeSelectedAppearanceReturns whether the SelectedAppearance requires serialization.  
Protected MethodShouldSerializeValueReturns whether the Value property requires serialization.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also