VNoteCollection Properties

Properties

AllowEditGets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingList<VNote>)
AllowNewGets or sets a value indicating whether you can add items to the list using the AddNew() method.
(Inherited from BindingList<VNote>)
AllowRemoveGets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingList<VNote>)
CountGets the number of elements actually contained in the Collection<T>.
(Inherited from Collection<VNote>)
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<VNote>)
Item[String] Collection indexer
ItemsGets a IList<T> wrapper around the Collection<T>.
(Inherited from Collection<VNote>)
RaiseListChangedEventsGets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingList<VNote>)
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>)
SupportsChangeNotificationCoreGets a value indicating whether ListChanged events are enabled.
(Inherited from BindingList<VNote>)
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>)

See Also