Class RadPropertyValueCollection
Represents a storage for RadPropertyValue entries, which are accessed by their GlobalIndex property.
Inheritance
System.Object
RadPropertyValueCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadPropertyValueCollection
Properties
Entries
Declaration
public Dictionary<int, RadPropertyValue> Entries { get; }
Property Value
System.Collections.Generic.Dictionary<System.Int32, RadPropertyValue>
|
Methods
GetEntry(RadProperty, Boolean)
Declaration
public RadPropertyValue GetEntry(RadProperty prop, bool createNew)
Parameters
RadProperty
prop
|
System.Boolean
createNew
|
Returns
RadPropertyValue
|
ResetLocalProperties()
Resets all properties with local values. This method is used internally.
Declaration
public void ResetLocalProperties()
SetLocalValuesAsDefault()
This method is used internally.
Declaration
public void SetLocalValuesAsDefault()