Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FunctionBindingBehaviorBase.Target Property

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

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v24.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