The following tables list the members exposed by ColumnLayoutCollection.
Name | Description | |
---|---|---|
Count | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
IsReadOnly | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
Item | Looks in the collection for a ColumnLayout with the specified key. If no ColumnLayout in the collection has that key, then null is returned. |
Name | Description | |
---|---|---|
Items | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) |
Name | Description | |
---|---|---|
Add | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
Clear | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
Contains | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
CopyTo | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
Dispose | Overloaded. (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
FromKey | Searches the ColumnLayoutCollection for a ColumnLayout with the specified Key. And returns the first ColumnLayout with that key. | |
FromType | Searches the ColumnLayoutCollection for a ColumnLayout with the specified Type. And returns the first ColumnLayout that represents the specified type. | |
GetEnumerator | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
IndexOf | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
Insert | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
Remove | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
RemoveAt | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) |
Name | Description | |
---|---|---|
AddItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
AddItemLocally | Adds the item to the Collection silently, and sets the ColumnLayout.IsDefinedGlobally property to false. | |
AddItemSilently | Overridden. Adds the item at the specified index, without triggering any events. | |
CanRehydrate | Looks 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. | |
GetCount | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
GetItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
GetLookupKeys | Gets a list of keys that each object in the collection has. | |
InsertItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
OnItemAdded | Overridden. Invoked when a ColumnLayout is added at the specified index. | |
OnItemRemoved | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
OnNotifyCollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
OnPropertyChanged | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
OnResetItems | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
RemoveItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
RemoveItemSilently | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
ReplaceItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
ResetItems | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) | |
ResetItemsSilently | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<ColumnLayout>) |