ClassDependencyPropertyKey
Class
Provides a dependency property identifier for limited write access to a read-only dependency property.
Definition
Namespace:Telerik.UI.Xaml
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class DependencyPropertyKey
Inheritance: objectDependencyPropertyKey
Properties
DependencyProperty
Gets the dependency property identifier associated with this specialized read-only dependency property identifier.
Declaration
cs-api-definition
public DependencyProperty DependencyProperty { get; }
Property Value
DependencyProperty