ReadOnlyDependencyPropertyBindingBehavior.Command Property
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.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ICommand | The command that the ReadOnlyDependencyPropertyBindingBehavior should execute when the bound property’s value is changed. |
See Also