Click or drag to resize

ITreeListMultiSelection Methods

The ITreeListMultiSelection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the IList.
(Inherited from IList.)
Public methodClear
Removes all items from the IList.
(Inherited from IList.)
Public methodContains
Determines whether the IList contains a specific value.
(Inherited from IList.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection
Public methodIndexOf(Object)
Determines the index of a specific item in the IList.
(Inherited from IList.)
Public methodIndexOf(ITreeListNode)
Determines the index of a specific DevExpress.XtraTreeList.Nodes.TreeListNode object in the collection of selected nodes
Public methodInsert
Inserts an item to the IList at the specified index.
(Inherited from IList.)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from IList.)
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from IList.)
Top
See Also