The following tables list the members exposed by FieldSortDescriptionCollection.
Name | Description | |
---|---|---|
Count | Returns the number of items in the collection | |
CountOfGroupByFields | Returns the count of the fields that are grouped by (read-only). | |
Item | Overloaded. Indexer | |
Owner | Returns the FieldLayout that owns this collection |
Name | Description | |
---|---|---|
Add | Adds an item to the collection | |
BeginUpdate | Prevents change notification from being raised while multiple updates are made to the collection. | |
Clear | Clears all items from the collection | |
ClearNonGroupByFields | Clears all sort descriptions that are not flagged as groupby fields. | |
Contains | Overloaded. Determines if the collection contains an item. | |
CopyTo | Copies the items into an array | |
EndUpdate | Raises and re-enables change notifications suspended by a prior call to BeginUpdate. | |
GetEnumerator | Gets an enumerator for the items in the collection | |
IndexOf | Overloaded. Gets the index of the FieldSortDescription for the specified field. | |
Insert | Inserts an item into the collection at a specified index | |
Remove | Removes an item from the collection | |
RemoveAt | Removes an item from that collection at a specified index. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when a the contents of the collection is modified | |
PropertyChanged | Occurs when a property value has changed |