[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.IDataCollectionBindingListItem

IDataCollectionBindingListItem Interface

Interface implemented by dynamic items created by C1DataCollectionBindingList.

Namespace: C1.DataCollection.BindingList
Assembly: C1.DataCollection.BindingList.dll
Syntax
public interface IDataCollectionBindingListItem
Remarks

This interface can be used to access the original item in the underlying IDataCollection<T>.

Properties

Name Description
Item

Gets the original item in the IDataCollection<T>.

Properties

Gets the collection of properties of the item.