GridSortInfoCollection Methods
Represents a collection of GridSortInfo objects.
Name | Description |
---|---|
Add |
Adds an object to the end of the Collection |
Block |
Disallows reentrant attempts to change this collection.
Inherited from Observable |
Check |
Checks for reentrant attempts to change this collection.
Inherited from Observable |
Clear() |
Removes all elements from the Collection |
Clear |
Clears the collection, then adds the specified objects to it and sets how many columns are used to group data. |
Clear |
Removes all items from the collection.
Inherited from Observable |
Contains |
Determines whether an element is in the Collection |
Copy |
Copies the entire Collection |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Group |
Groups data by the values of the specified column. |
Group |
Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level. |
Index |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection |
Insert |
Inserts an element into the Collection |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Moves the item at the specified index to a new location in the collection.
Inherited from Observable |
Move |
Moves the item at the specified index to a new location in the collection.
Inherited from Observable |
On |
Raises the Property |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the first occurrence of a specific object from the Collection |
Remove |
Removes the element at the specified index of the Collection |
Set |
Replaces the element at the specified index.
Inherited from Observable |
ICollection. |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Inherited from Collection |
IEnumerable. |
Returns an enumerator that iterates through a collection.
Inherited from Collection |
IList. |
Adds an item to the IList.
Inherited from Collection |
IList. |
Determines whether the IList contains a specific value.
Inherited from Collection |
IList. |
Determines the index of a specific item in the IList.
Inherited from Collection |
IList. |
Inserts an item into the IList at the specified index.
Inherited from Collection |
IList. |
Removes the first occurrence of a specific object from the IList.
Inherited from Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
Ungroup |
Ungroups data by the values of the specified column. |
See Also