Represents a storage for RadPropertyValue entries, which are accessed by their GlobalIndex property.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class RadPropertyValueCollection
Inheritance: objectRadPropertyValueCollection
Properties
Entries
Dictionary<int, RadPropertyValue>
C#
public Dictionary<int, RadPropertyValue> Entries { get; }
Methods
C#
public RadPropertyValue GetEntry(RadProperty prop, bool createNew)