Xceed DataGrid for Silverlight Documentation
DragDropContext.SiblingsCollection Class Members
Properties  Methods  Events


The following tables list the members exposed by DragDropContext.SiblingsCollection.

Public Properties
 NameDescription
Public PropertyCountGets a value representing the number of siblings in the collection.  
Public PropertyIsReadOnlyGets a value indicating whether the collection is read-only.  
Public PropertyItemGets the item at the specified index.  
Top
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the collection.  
Public MethodClearRemoves all elements from the collection.  
Public MethodContainsDetermines whether an element is in the collection.  
Public MethodCopyToCopies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire collection.  
Public MethodInsertInserts an element into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific object from the collection.  
Public MethodRemoveAtRemoves the element at the specified index of the collection.  
Top
Public Events
 NameDescription
Public EventCollectionChangedRaised when the collection changes.  
Top
See Also

Reference

DragDropContext.SiblingsCollection Class
Xceed.Silverlight.DragDrop Namespace

Send Feedback