Version

SortedColumnsCollection Class Members

The following tables list the members exposed by SortedColumnsCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public PropertyItemGets the Column from the collection based on the inputted key.  
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<Column>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Adds the item at the specified index.  
Protected Internal MethodAddItemSilentlyOverloaded. Adds a Column to the collection without setting it's IsSorted property.  
Protected Internal MethodClearSilentlyRemoves a Column from the collection setting it's IsSorted property silently.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodInsertItemOverridden. Adds the item at the specified index.  
Protected Internal MethodInsertItemSilentlyAdds a Column to the collection without setting it's IsSorted property.  
Protected MethodLoadTakes the string that was created in the Save method, and rehydrates the object.  
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected Internal MethodRemoveItemSilentlyOverloaded. Removes a Column from the collection without sett it's IsSorted property.  
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodResetItemsOverridden. Removes all items from the collection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<Column>)
Protected MethodSaveGets the string representation of the object, that can be later be passed into the Load method of this object, in order to rehydrate.  
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<Column>)
See Also