Version

UltraDataBand Class Properties

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

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)
See Also