Skip to main content
All docs
V23.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.v23.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