ReadOnlyDependencyPropertyBindingBehavior Fields
Allows you to bind read-only dependency and attached properties to a ViewModel’s properties.| Name | Description |
|---|---|
| BindingProperty static | Identifies the Binding dependency property. |
| CommandProperty static | Identifies the Command dependency property. |
| DependencyPropertyProperty static | Identifies the DependencyProperty dependency property. |
| IsEnabledProperty static | Identifies the IsEnabled dependency property. |
| PropertyProperty static | Identifies the Property dependency property. |
See Also