Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace : DragDropContext.SiblingsCollection Class |
The following tables list the members exposed by DragDropContext.SiblingsCollection.
Name | Description | |
---|---|---|
Count | Gets a value representing the number of siblings in the collection. | |
IsReadOnly | Gets a value indicating whether the collection is read-only. | |
Item | Gets the item at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the collection. | |
Clear | Removes all elements from the collection. | |
Contains | Determines whether an element is in the collection. | |
CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
IndexOf | 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 at the specified index. | |
Remove | Removes the first occurrence of a specific object from the collection. | |
RemoveAt | Removes the element at the specified index of the collection. |
Name | Description | |
---|---|---|
CollectionChanged | Raised when the collection changes. |