DependencyPropertyDescriptor.IsAttached Property

Definition

Gets a value that indicates whether the property is registered as an attached property and is being used through an attached usage.

public:
 property bool IsAttached { bool get(); };
public bool IsAttached { get; }
member this.IsAttached : bool
Public ReadOnly Property IsAttached As Boolean

Property Value

true if the property is an attached property; otherwise, false.

Applies to