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

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public ReadOnlyCollection<ItemPropertyInfo> ItemProperties { get; }
Visual Basic
Public ReadOnly Property ItemProperties As ReadOnlyCollection(Of ItemPropertyInfo)
	Get

Return Value

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

Implements

IItemProperties..::..ItemProperties

See Also