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

FunctionBindingBehavior.Property Property

Gets or sets a Target object’s property name. When the Function is executed, its result changes the specified property’s value. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Property { get; set; }

Property Value

Type Description
String

A Target object’s property name.

See Also