[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.ItemProperties

ItemProperties Property

ItemProperties

Gets a collection that contains information about the properties that are available on the items in a collection.

Declaration
public ReadOnlyCollection<ItemPropertyInfo> ItemProperties { get; }
Implements