Version

ChildBandsCollection Class Properties

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

Public Properties
 NameDescription
Public PropertyAllOverridden. The collection as an array of objects  
Public PropertyAllowDuplicateKeysOverridden. Returns true if the collection allows 2 or more items to have the same key value.  
Public PropertyAllowEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyCountOverridden. Returns the number of elements in the collection.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnumeratorIEnumerable Interface Implementation returns a type safe enumerator  
Public PropertyFirstRowReturns the first child row (across child bands)  
Public PropertyHasChildRowsReturns true if there are any rows in any of the childband rows collections  
Public PropertyIsReadOnlyOverridden. Returns true  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemOverloaded. indexer  
Public PropertyLastRowReturns the last child row (across child bands)  
Public PropertyParentRowReturns the parent row.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyAllowMultipleEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyCacheKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyInitialCapacityOverridden. Abstract property that specifies the initial capacity of the collection  
Protected PropertyInternStrings (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyListOverridden. The list that contains the item references  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also