ESRI.ArcGIS.Mobile.Client
Generic BindingListView Class Properties
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 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

See Also