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

FunctionBindingBehaviorBase.Arg11 Property

Gets or sets an argument. 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 Arg11 { get; set; }

Property Value

Type Description
Object

An object specifying the argument.

See Also