Version

UltraDataBand Class Members

The following tables list the members exposed by UltraDataBand.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllowAddIndicates whether controls bound to this data source are allowed to add rows to row collections associated with this band.  
Public PropertyAllowDeleteIndicates whether controls bound to this data source are allowed to delete rows from row collections associated with this band.  
Public PropertyChildBandsReturns a collection of bands that are child bands of this band.  
Public PropertyColumnsColumns associated with this band.  
Public PropertyDataSourceReturns the associated UltraDataSource component.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIndexRetruns the index of the band in the parent collection. If this is the root band, returns -1 since the root band doesn't have a parent collection.  
Public PropertyKeyOverridden. Overridden. The Key of the item in its collection. This proeprty specifies the name of the band.  
Public PropertyParentBandReturns the parent band. If this band is the top most band, then ParentBand will return null.  
Public PropertyParentCollectionBands collection that contains this band object. If this band is the root band then this property will return null (Nothing in VB).  
Public PropertyReadOnlyIndicates whether any modifications to data, including adding and deleting of rows, are allowed in row collections associated with this band.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
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 MethodMoveMoves this band after or before the specified band depending upon the value of relative position parameter.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets the object to its default state.  
Public MethodResetAllowAddResets the property to its default value of true.  
Public MethodResetAllowDeleteResets the property to its default value of true.  
Public MethodResetCachedValuesClears cell values of rows associated with this band. This will cause the UltraDataSource component to fire UltraDataSource.CellDataRequested event for cells next time the values for those cells are needed.  
Public MethodResetChildBandsClears the child bands collection.  
Public MethodResetColumnsClears the columns collection.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetReadOnlyResets the property to its default value of true.  
Public MethodShouldSerializeKeyOverridden. Returns true if this property is not set to its default value. ShouldSerializeKey always returns False for the UltraDataBand object since the band keys are serialized via the key parameter to the constructor.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string.  
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 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 MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChangedOverridden. Fires when a property of this object or any of it's sub-objects changes.  
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeChildBandsReturns true if this property is not set to its default value  
Protected MethodShouldSerializeColumnsReturns true if this property is not set to its default value  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also