Class DependencyPropertyKey
Provides a dependency property identifier for limited write access to a read-only dependency property.
Inheritance
System.Object
DependencyPropertyKey
Namespace: Telerik.Windows
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class DependencyPropertyKey : Object
Properties
DependencyProperty
Gets the dependency property identifier associated with this specialized read-only dependency property identifier.
Declaration
public DependencyProperty DependencyProperty { get; }
Property Value
System.Windows.DependencyProperty
|