C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / IBindingListDataCollectionItem Interface
Members

IBindingListDataCollectionItem Interface
Interface implemented by dynamic items created by C1BindingListDataCollection.
Object Model
IBindingListDataCollectionItem Interface
Syntax
'Declaration
 
Public Interface IBindingListDataCollectionItem 
 
Remarks
This interface can be used to access the original item in the underlying System.ComponentModel.IBindingList.
See Also