Xceed Toolkit Plus for WPF v4.6 Documentation
ListBase<T> Class Methods


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace : ListBase<T> Class

For a list of all members of this type, see ListBase<T> members.

Public Methods
 NameDescription
Public MethodAdds an item to the ListBase.  
Public MethodAdds the items of the specified collection to the ListBase.  
Public MethodRemoves all items from the ListBase.  
Public MethodDetermines whether an element is in the ListBase.  
Public MethodCopies the entire ListBase to a compatible one-dimensional array, starting at the specified index of the target array.  
Public MethodReturns an enumerator that iterates through the ListBase.  
Public MethodDetermines the index of a specific item in the ListBase.  
Public MethodInserts an item into the ListBase at the specified index.  
Public MethodRemoves the first occurrence of a specific object from the ListBase.  
Public MethodRemoves the element at the specified index of the ListBase.  
Public MethodCopies the elements of the ListBase to a new array.  
Top
Protected Methods
 NameDescription
Protected MethodReturns the number of elements actually contained in the ListBase.  
Protected MethodCalled before a list is modified, raising the BeforeListChanged event.  
Protected MethodCalled after a list has been modified, raising the ListChanged event.  
Top
See Also

Reference

ListBase<T> Class
Xceed.Wpf.Toolkit.Chart Namespace