FunctionBindingBehavior.ConverterParameter Property
Gets or sets the parameter to pass to the FunctionBindingBehavior.Converter.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Object | The parameter to pass to the FunctionBindingBehavior.Converter. The default is null. |
See Also