BindingConverterParameter Property |
Gets or sets a parameter that can be used in the Converter logic.
Returns a parameter to be passed to the Converter. This can be used in the conversion logic. The default is null.
Namespace: Windows.UI.Xaml.DataAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Object ConverterParameter { get; set; }
Property Value
Type:
ObjectSee Also