ObserverAwareBindingListT Properties |
The ObserverAwareBindingListT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListT.) |
![]() | AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListT.) |
![]() | AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingListT.) |
![]() | Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionT.) |
![]() | IsSortedCore | Gets a value indicating whether the list is sorted. (Inherited from BindingListT.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from CollectionT.) |
![]() | Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionT.) |
![]() | RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListT.) |
![]() | SortDirectionCore | Gets the direction the list is sorted. (Inherited from BindingListT.) |
![]() | SortPropertyCore | Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null. (Inherited from BindingListT.) |
![]() | SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListT.) |
![]() | SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingListT.) |
![]() | SupportsSortingCore | Gets a value indicating whether the list supports sorting. (Inherited from BindingListT.) |
Name | Description | |
---|---|---|
![]() ![]() | IBindingListAllowEdit | Gets a value indicating whether items in the list can be edited. (Inherited from BindingListT.) |
![]() ![]() | IBindingListAllowNew | Gets a value indicating whether new items can be added to the list using the AddNew method. (Inherited from BindingListT.) |
![]() ![]() | IBindingListAllowRemove | Gets a value indicating whether items can be removed from the list. (Inherited from BindingListT.) |
![]() ![]() | IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionT.) |
![]() ![]() | ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionT.) |
![]() ![]() | IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionT.) |
![]() ![]() | IBindingListIsSorted | For a description of this member, see IsSorted. (Inherited from BindingListT.) |
![]() ![]() | ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionT.) |
![]() ![]() | IListItem | Gets or sets the element at the specified index. (Inherited from CollectionT.) |
![]() ![]() | IRaiseItemChangedEventsRaisesItemChangedEvents | Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged. This member cannot be overridden in a derived class. (Inherited from BindingListT.) |
![]() ![]() | IBindingListSortDirection | For a description of this member, see SortDirection. (Inherited from BindingListT.) |
![]() ![]() | IBindingListSortProperty | For a description of this member, see SortProperty. (Inherited from BindingListT.) |
![]() ![]() | IBindingListSupportsChangeNotification | For a description of this member, see SupportsChangeNotification. (Inherited from BindingListT.) |
![]() ![]() | IBindingListSupportsSearching | For a description of this member, see SupportsSearching. (Inherited from BindingListT.) |
![]() ![]() | IBindingListSupportsSorting | For a description of this member, see SupportsSorting. (Inherited from BindingListT.) |
![]() ![]() | ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionT.) |