Version

UltraListViewSubItem Class Members

The following tables list the members exposed by UltraListViewSubItem.

Public Constructors
 NameDescription
Public ConstructorUltraListViewSubItem ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FielditemValueStores the item's value. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceGets/sets the appearance for the UltraListViewItem or UltraListViewSubItem. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyColumnReturns the UltraListViewSubItemColumn which defines this UltraListViewSubItem.  
Public PropertyControlOverridden. Returns the UltraListView control to which this instance belongs.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearanceReturns whether an appearance object has been created for the Appearance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyHasSelectedAppearanceReturns whether an appearance object has been created for the SelectedAppearance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyIndexReturns the ordinal position of this UltraListViewSubItem instance in the UltraListViewSubItemsCollection to which it belongs.  
Public PropertyItemReturns the UltraListViewItem whose SubItems collection contains this UltraListViewSubItem.  
Public PropertyKeyOverridden. Returns the value of the Infragistics.Shared.KeyedSubObjectBase.Key property of this UltraListViewSubItem instance's associated UltraListViewSubItemColumn.  
Public PropertySelectedAppearanceGets/sets the selected appearance for the UltraListViewItem or UltraListViewSubItem. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns the string representation of the Value property. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public PropertyValueReturns the value for this UltraListViewItemBase instance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
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 MethodCloneReturns a memberwise copy of this UltraListViewSubItem 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 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. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public MethodResetAppearanceResets the properties of the Appearance to their default values. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetSelectedAppearanceResets the properties of the SelectedAppearance to their default values. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public MethodResetValueResets the Value property to its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public MethodShouldSerializeReturns whether the value of any property of this UltraListViewItemBase instance has been changed from its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
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. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodInitializeFromOverloaded. Performs a memberwise copy of the specified UltraListViewSubItem 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 UltraListViewSubItem instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub-object of this UltraListViewItemBase instance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
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. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodShouldSerializeSelectedAppearanceReturns whether the SelectedAppearance requires serialization. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Protected MethodShouldSerializeValueReturns whether the Value property requires serialization. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewItemBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also