The following tables list the members exposed by SortedColumnsCollection.
Name | Description | |
---|---|---|
SortedColumnsCollection Constructor |
Name | Description | |
---|---|---|
Count | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
IsReadOnly | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Item | Gets the Column from the collection based on the inputted key. |
Name | Description | |
---|---|---|
Items | (Inherited from Infragistics.Collections.CollectionBase<Column>) |
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 | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Remove | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
RemoveAt | (Inherited from Infragistics.Collections.CollectionBase<Column>) |
Name | Description | |
---|---|---|
AddItem | Overridden. Adds the item at the specified index. | |
AddItemSilently | Overloaded. Adds a Column to the collection without setting it's IsSorted property. | |
ClearSilently | Removes a Column from the collection setting it's IsSorted property silently. | |
GetCount | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
GetItem | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
InsertItem | Overridden. Adds the item at the specified index. | |
InsertItemSilently | Adds a Column to the collection without setting it's IsSorted property. | |
Load | Takes the string that was created in the Save method, and rehydrates the object. | |
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 item at the specified index. | |
RemoveItemSilently | Overloaded. Removes a Column from the collection without sett it's IsSorted property. | |
ReplaceItem | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
ResetItems | Overridden. Removes all items from the collection. | |
ResetItemsSilently | (Inherited from Infragistics.Collections.CollectionBase<Column>) | |
Save | Gets the string representation of the object, that can be later be passed into the Load method of this object, in order to rehydrate. |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<Column>) |