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

FunctionBindingBehavior.ConverterParameter Property

Gets or sets the parameter to pass to the FunctionBindingBehavior.Converter.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public object ConverterParameter { get; set; }

Property Value

Type Description
Object

The parameter to pass to the FunctionBindingBehavior.Converter.

The default is null.

See Also