Interface IItemProperties
Defines a property that provides information about an object's properties.
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public interface IItemProperties
Properties
ItemProperties
Gets a collection that contains information about the properties that are available on the items in a collection.
Declaration
ReadOnlyCollection<ItemPropertyInfo> ItemProperties { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<ItemPropertyInfo>
A collection that contains information about the properties that are available on the items in a collection. |