DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView 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 a collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemProperties As ReadOnlyCollection(Of ItemPropertyInfo)
    public ReadOnlyCollection<ItemPropertyInfo> ItemProperties {get;}
    See Also