BindingList<(Of <(<'BindingListItemType>)>)> Properties

The BindingList<(Of <(<'BindingListItemType>)>)> type exposes the following members.

Properties


  Name Description
Public property AllowEdit
Public property AllowNew
Public property AllowRemove
Public property ChangeFlag
Public property Count
Gets the number of elements actually contained in the Collection.
(Inherited from Collection.)
Public property DeletedCollection
Public property InDeleteAllMethod
Protected property IsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingList.)
Public property Item(System.Int32)
Gets or sets the element at the specified index.
(Inherited from Collection.)
Protected property Items
Gets a IList wrapper around the Collection.
(Inherited from Collection.)
Public property JiwaItemAddedListenerMethod
Public property JiwaItemAddedListenerObject
Public property JiwaItemPropertyChangedListenerMethod
Public property JiwaItemPropertyChangedListenerObject
Public property JiwaPropertyChangedListenerMethod
Public property JiwaPropertyChangedListenerObject
Public property OwnerObject
Public property RaiseListChangedEvents
Public property Reading
Public property ReadingFromXML
Protected property SortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingList.)
Protected property 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 BindingList.)
Protected property SupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingList.)
Protected property SupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingList.)
Public property Tag