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

FunctionBindingBehaviorBase.Source Property

Gets or sets the source-object. 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 object Source { get; set; }

Property Value

Type Description
Object

An object specifying the source-object.

The default is the DataContext of the FunctionBindingBehaviorBase.Target.

See Also