Skip to main content
A newer version of this page is available. .
All docs
V21.2

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.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand Command { get; set; }

Property Value

Type Description
ICommand

The command that the ReadOnlyDependencyPropertyBindingBehavior should execute when the bound property’s value is changed.

See Also