Skip to main content

DependencyPropertyBehavior Properties

Allows you to bind non-dependency properties in XAML.
Name Description
Binding Specifies a binding that should be applied to the specified property. This is a dependency property.
EventName Specifies an event that the DependencyPropertyBehavior processes to update the specified binding.
PropertyName Specifies the name of a property that should be bound.
See Also