ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientViewLoadedEventArgs Class / Items Property

In This Topic
    Items Property
    In This Topic
    Gets all entities loaded by a client view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As System.Collections.IEnumerable
    public System.Collections.IEnumerable Items {get;}
    See Also