DependencyProperty Properties
.NET Framework 4
The DependencyProperty type exposes the following members.
| Name | Description | |
|---|---|---|
|
DefaultMetadata | Gets the default metadata of the dependency property. |
|
GlobalIndex | Gets an internally generated value that uniquely identifies the dependency property. |
|
Name | Gets the name of the dependency property. |
|
OwnerType | Gets the type of the object that registered the dependency property with the property system, or added itself as owner of the property. |
|
PropertyType | Gets the type that the dependency property uses for its value. |
|
ReadOnly | Gets a value that indicates whether the dependency property identified by this DependencyProperty instance is a read-only dependency property. |
|
ValidateValueCallback | Gets the value validation callback for the dependency property. |