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

FunctionBindingBehavior.Function Property

Gets or sets a string value specifying the source-function name. 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 Function { get; set; }

Property Value

Type Description
String

A System.String value specifying the source-function name.

Remarks

By default, the FunctionBindingBehavior automatically re-invokes the Function when one of the arguments is changed (updated). If you need to manually re-invoke the Function, you can use the POCOViewModelExtensions.UpdateFunctionBinding extension method.

See Also