New to Telerik UI for WinFormsStart a free 30-day trial

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

C#
public Dictionary<int, RadPropertyValue> Entries { get; }

Methods

C#
public RadPropertyValue GetEntry(RadProperty prop, bool createNew)
Parameters:propRadPropertycreateNewboolReturns:

RadPropertyValue