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

In This Topic
    InternalList Property (C1BindingListDataCollection)
    In This Topic
    Gets or sets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected Shadows ReadOnly Property InternalList As List(Of Object)
    protected new List<object> InternalList {get;}
    See Also