Version

GlobalNodeLayoutCollection Class Members

The following tables list the members exposed by GlobalNodeLayoutCollection.

Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public PropertyItemLooks in the collection for a NodeLayout with the specified key. If no NodeLayout in the collection has that key, then null is returned.  
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodFromKeySearches the GlobalNodeLayoutCollection for a NodeLayout with the specified Key. And returns the first NodeLayout with that key.  
Public MethodFromTypeSearches the GlobalNodeLayoutCollection for a NodeLayout with the specified Type. And returns the first NodeLayout that represents the specified type.  
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected Methods
 NameDescription
Protected MethodAddItem (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected Internal MethodAddItemLocallyAdds the item to the Collection silently, and sets the NodeLayout.IsDefinedGlobally property to false.  
Protected MethodAddItemSilentlyOverridden. Adds the item at the specified index, without triggering any events.  
Protected MethodCanRehydrateLooks through the keys, and determines that all the keys are in the collection, and that the same about of objects are in the collection. If this isn't the case, false is returned, and the Control Persistence Framework, will not try to reuse the object that are already in the collection.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodGetLookupKeysGets a list of keys that each object in the collection has.  
Protected MethodInsertItem (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodOnItemAddedOverridden. Invoked when a NodeLayout is added at the specified index.  
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodResetItems (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<NodeLayout>)
See Also