The following tables list the members exposed by GroupColumnsCollection.
Name | Description | |
---|---|---|
GroupColumnsCollection Constructor |
Name | Description | |
---|---|---|
AllColumns | Gets a recursive collection of all Column objects in particular GroupColumn | |
ColumnLayout | The ColumnLayout that the GroupColumn that owns this collection belongs to. | |
Count | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
IsReadOnly | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Item | Gets the Column that has the specified key. |
Name | Description | |
---|---|---|
Items | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
PriorityProperties | Gets a List of properties that should be applied, before even trying to look at any other property on the object. | |
PropertiesToIgnore | Gets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. |
Name | Description | |
---|---|---|
Add | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Clear | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Contains | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
CopyTo | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Dispose | Overloaded. (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
GetEnumerator | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
IndexOf | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Insert | Overridden. Inserts the specified Column as the specified index. | |
Remove | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
RemoveAt | (Inherited from Infragistics.Collections.CollectionBase<Column>) |
Name | Description | |
---|---|---|
AddItem | Overridden. Inserts the Column at the specified index. | |
AddItemSilently | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
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. | |
FinishedLoadingPersistence | Allows an object to perform an operation, after it's been loaded. | |
GetCount | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
GetItem | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
GetLookupKeys | Gets a list of keys that each object in the collection has. | |
InsertItem | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
OnItemAdded | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
OnItemRemoved | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
OnNotifyCollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
OnPropertyChanged | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
OnResetItems | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
RemoveItem | Overridden. Removes the Column a the specified index. | |
RemoveItemSilently | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
ReplaceItem | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
ResetItems | Overridden. Removes all ColumnBase objects from the ColumnBaseCollection. | |
ResetItemsSilently | (Inherited from Infragistics.Collections.CollectionBase<Column>) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<Column>) |