Click or drag to resize

ITreeListMultiSelection Interface

Represents a collection of selected nodes for the Tree List control

Namespace:  EBP.Api.Interfaces.Controls.TreeList
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface ITreeListMultiSelection : IList, 
	ICollection, IEnumerable, IDisposable, IEquatable<IProxy>

The ITreeListMultiSelection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from IList.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from IList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyItem
Gets a DevExpress.XtraTreeList.Nodes.TreeListNode object from the collection of selected nodes referenced by the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
Top
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