Class
RadPropertyValueCollection

Represents a storage for RadPropertyValue entries, which are accessed by their GlobalIndex property.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadPropertyValueCollection

Inheritance: objectRadPropertyValueCollection

Properties

Entries

Declaration

cs-api-definition
public Dictionary<int, RadPropertyValue> Entries { get; }

Property Value

Dictionary<int, RadPropertyValue>

Methods

GetEntry(RadProperty, bool)

Declaration

cs-api-definition
public RadPropertyValue GetEntry(RadProperty prop, bool createNew)

Parameters

prop

RadProperty

createNew

bool

Returns

RadPropertyValue