ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1BindingListCollectionView Class / BindingList Property

In This Topic
    BindingList Property
    In This Topic
    Gets the underlying System.ComponentModel.IBindingList.
    Syntax
    'Declaration
     
    Public ReadOnly Property BindingList As System.ComponentModel.IBindingListView
    public System.ComponentModel.IBindingListView BindingList {get;}
    See Also