Skip to main content
A newer version of this page is available. .

FunctionBindingBehavior.Property Property

Gets or sets a string value specifying the property of the FunctionBindingBehaviorBase.Target to be populated with data from the FunctionBindingBehavior.Function. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string Property { get; set; }

Property Value

Type Description
String

A System.String value specifying the property of FunctionBindingBehaviorBase.Target.

See Also