Back to Devexpress

FunctionBindingBehavior.Property Property

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

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Property { get; set; }
vb
Public Property [Property] As String

Property Value

TypeDescription
String

A Target object’s property name.

|

See Also

FunctionBindingBehavior Class

FunctionBindingBehavior Members

DevExpress.Mvvm.UI Namespace