Skip to main content
All docs
V26.1
  • ReadOnlyDependencyPropertyBindingBehavior Properties

    Allows you to bind read-only dependency and attached properties to a ViewModel’s properties.
    Name Description
    Binding Gets or sets a binding that should be applied to the specified property. This is a dependency property.
    Command Gets or sets the command that the ReadOnlyDependencyPropertyBindingBehavior should execute when the bound property’s value is changed (specified in the Property or DependencyProperty). This is a dependency property.
    DependencyProperty Gets or sets the bound property. This is a dependency property.
    HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
    IsEnabled Gets or sets whether a bound ViewModel’s property should be updated. This is a dependency property.
    Property Gets or sets the bound property’s name. This is a dependency property.
    See Also