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


The following tables list the members exposed by Generic BindingListView.

Public Constructors

 NameDescription
Public ConstructorBindingListView Constructor Constructs a BindingListView object that wraps a BindingList.  
Top

Public Properties

 NameDescription
Public PropertyAllowEdit (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyAllowNew (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyAllowRemove (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyFilter Gets or sets a filter on the list.  
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyRaiseListChangedEvents (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyRaisesItemChangedEvents Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged.  
Public PropertySortDescriptions Gets the SortDescriptions.  
Public PropertySupportsAdvancedSorting Gets a value indicating whether the data source supports advanced sorting.  
Public PropertySupportsFiltering Gets a value indicating whether the data source supports filtering.  
Top

Protected Properties

 NameDescription
Protected PropertyIsSortedCoreOverridden.  Gets a value indicating whether the list is sorted.  
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<T>)
Protected PropertySortDirectionCoreOverridden.  Gets the direction the list is sorted.  
Protected PropertySortPropertyCoreOverridden.  Gets the property descriptor that is used for sorting the list.  
Protected PropertySupportsChangeNotificationCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySupportsSearchingCoreOverridden.  Gets a value indicating whether the list supports searching.  
Protected PropertySupportsSortingCoreOverridden.  Gets a value indicating whether the list supports sorting.  
Top

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

Public Events

 NameDescription
Public EventAddingNew  
Public EventListChanged  
Top

See Also