DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / BindingListView Property

In This Topic
    BindingListView Property
    In This Topic
    Gets the underlying System.ComponentModel.IBindingListView if it is implemented by the source.
    Syntax
    'Declaration
     
    Public ReadOnly Property BindingListView As IBindingListView
    public IBindingListView BindingListView {get;}
    See Also