DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / IDataCollectionBindingListItem Interface
Members

In This Topic
    IDataCollectionBindingListItem Interface
    In This Topic
    Interface implemented by dynamic items created by C1DataCollectionBindingList.
    Object Model
    IDataCollectionBindingListItem Interface
    Syntax
    'Declaration
     
    Public Interface IDataCollectionBindingListItem 
    public interface IDataCollectionBindingListItem 
    Remarks
    This interface can be used to access the original item in the underlying C1.DataCollection.IDataCollection<T>.
    See Also