AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingList<VEvent>) |
AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew() method. (Inherited from BindingList<VEvent>) |
AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingList<VEvent>) |
Count | Gets the number of elements actually contained in the Collection<T>. (Inherited from Collection<VEvent>) |
IsSortedCore |
This returns a flag indicating whether or not sorting is currently applied
(Inherited from ExtendedBindingList<T>) |
Item[Int32] | Gets or sets the element at the specified index. (Inherited from Collection<VEvent>) |
Item[String] | Collection indexer |
Items | Gets a IList<T> wrapper around the Collection<T>. (Inherited from Collection<VEvent>) |
RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingList<VEvent>) |
SortDirectionCore |
This returns the current sort direction if sorting has been applied
(Inherited from ExtendedBindingList<T>) |
SortPropertyCore |
This returns the current property descriptor if sorting has been applied
(Inherited from ExtendedBindingList<T>) |
SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingList<VEvent>) |
SupportsSearchingCore |
This is used to indicate whether or not searching is supported
(Inherited from ExtendedBindingList<T>) |
SupportsSortingCore |
This is used to indicate whether or not sorting is supported
(Inherited from ExtendedBindingList<T>) |
SyncRoot |
This returns an object that can be used to synchronize access to the collection
(Inherited from ExtendedBindingList<T>) |