MethodToCommandBehavior.Command Property
Gets or sets a Target object’s command property name that should be bound to the specified Method. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | Command | A Target object’s property name. |
See Also