DataSource for Entity Framework in WPF
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 ReadOnlyCollection(Of ItemPropertyInfo)
    public 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