Back to Devexpress

FunctionBindingBehaviorBase.Target Property

wpf-devexpress-dot-mvvm-dot-ui-dot-functionbindingbehaviorbase.md

latest1.7 KB
Original Source

FunctionBindingBehaviorBase.Target Property

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object Target { get; set; }
vb
Public Property Target As Object

Property Value

TypeDefaultDescription
ObjectThe behavior's associated object.

A target object.

|

Remarks

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

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

FunctionBindingBehaviorBase Class

FunctionBindingBehaviorBase Members

DevExpress.Mvvm.UI Namespace