The following tables list the members exposed by SortDescriptionCollection.
Name | Description | |
---|---|---|
SortDescriptionCollection Constructor |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<ITuple,SortDirection>>) | |
Item | Gets or sets the collection with the specified tuple. |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<ITuple,SortDirection>>) |
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<ITuple,SortDirection>>) | |
InsertItem | Overridden. Inserts an element into the SortDescriptionCollection at the specified index. | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<ITuple,SortDirection>>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<ITuple,SortDirection>>) |