Skip to main content
All docs
V25.1
  • 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.v25.1.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