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. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| 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. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| DependencyProperty | Gets or sets the bound property. This is a dependency property. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Property | Gets or sets the bound property’s name. This is a dependency property. |
See Also