Skip to main content

FunctionBindingBehaviorBase.Target Property

Gets or sets a target object. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public object Target { get; set; }

Property Value

Type Default Description
Object The behavior's associated object.

A target object.

Remarks

The functionality of the property depends on the behavior where you use the property.

FunctionBindingBehavior
The property specifies an object whose Property value should be changed to the bound Function‘s result.
MethodToCommandBehavior
The property specifies an object whose Command property should be bound to a Method.
See Also