Version

FieldSortDescriptionCollection Class Members

The following tables list the members exposed by FieldSortDescriptionCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the collection  
Public PropertyCountOfGroupByFieldsReturns the count of the fields that are grouped by (read-only).  
Public PropertyItemOverloaded. Indexer  
Public PropertyOwnerReturns the FieldLayout that owns this collection  
Public Methods
 NameDescription
Public MethodAddAdds an item to the collection  
Public MethodBeginUpdatePrevents change notification from being raised while multiple updates are made to the collection.  
Public MethodClearClears all items from the collection  
Public MethodClearNonGroupByFieldsClears all sort descriptions that are not flagged as groupby fields.  
Public MethodContainsOverloaded. Determines if the collection contains an item.  
Public MethodCopyToCopies the items into an array  
Public MethodEndUpdateRaises and re-enables change notifications suspended by a prior call to BeginUpdate.  
Public MethodGetEnumeratorGets an enumerator for the items in the collection  
Public MethodIndexOfOverloaded. Gets the index of the FieldSortDescription for the specified field.  
Public MethodInsertInserts an item into the collection at a specified index  
Public MethodRemoveRemoves an item from the collection  
Public MethodRemoveAtRemoves an item from that collection at a specified index.  
Public Events
 NameDescription
Public EventCollectionChangedOccurs when a the contents of the collection is modified  
Public EventPropertyChangedOccurs when a property value has changed  
See Also