ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / ItemProperties Property

In This Topic
    ItemProperties Property
    In This Topic
    Gets a collection that contains information about the properties that are available on the items in this ClientCollectionView.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemProperties As System.Collections.ObjectModel.ReadOnlyCollection(Of ItemPropertyInfo)
    public System.Collections.ObjectModel.ReadOnlyCollection<ItemPropertyInfo> ItemProperties {get;}

    Property Value

    A collection that contains information about the properties that are available on the items in this ClientCollectionView.
    See Also