Class RadPropertyKey
Represents a key that provides exclusive write access to a read-only RadProperty.
Inheritance
System.Object
RadPropertyKey
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 sealed class RadPropertyKey
Remarks
RadPropertyKey is used in conjunction with read-only RadProperties to control write access. Only code that has access to the RadPropertyKey can modify the value of the associated read-only property.
Constructors
RadPropertyKey()
Declaration
public RadPropertyKey()