Back to Devexpress

ReadOnlyDependencyPropertyBindingBehavior.Command Property

wpf-devexpress-dot-mvvm-dot-ui-dot-readonlydependencypropertybindingbehavior-da7ee523.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand Command { get; set; }
vb
Public Property Command As ICommand

Property Value

TypeDescription
ICommand

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

|

See Also

ReadOnlyDependencyPropertyBindingBehavior Class

ReadOnlyDependencyPropertyBindingBehavior Members

DevExpress.Mvvm.UI Namespace