Skip to main content

FunctionBindingBehavior.ConverterParameter Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: 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