[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.ItemProperties

ItemProperties Property

ItemProperties

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

Declaration
public ReadOnlyCollection<ItemPropertyInfo> ItemProperties { get; }
Property Value
Type Description
ReadOnlyCollection<ItemPropertyInfo>

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

Implements