ESRI.ArcGIS.Mobile.Client
Generic BindingListView Class Methods
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic BindingListView Class


For a list of all members of this type, see Generic BindingListView members.

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodAddNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodApplySort Sorts the list of items.  
Public MethodBeginUpdate Call this method if you need to make wholesale changes to the underlying collection and you don't want the collection to be sorted or filtered until you call end update.  
Public MethodCancelNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodDispose Overrides the Dispose method.  
Public MethodEndNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodEndUpdate Use this with BeginUpdate to tell the binding list view that you don't want the view to be sorted or filtered while you are making changes to the underlying collection  
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveFilter Removes an filter applied to the list.  
Public MethodResetBindings (Inherited from System.ComponentModel.BindingList<T>)
Public MethodResetItem (Inherited from System.ComponentModel.BindingList<T>)
Top

Protected Methods

 NameDescription
Protected MethodAddNewCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodApplySortCoreOverridden.  Sorts the items.  
Protected MethodClearItems (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodFindCoreOverridden.  Searches for the index of the item that has the specified property descriptor with the specified value.  
Protected MethodInsertItem (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodOnAddingNew (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodOnListChangedOverridden.  Occurs when the list changes.  
Protected MethodRemoveItem (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodRemoveSortCoreOverridden.  Removes any sort applied with ApplySortCore.  
Protected MethodSetItem (Inherited from System.ComponentModel.BindingList<T>)
Top

See Also