Xceed DataGrid for Silverlight Documentation
ConverterParameter Property


Gets or sets the parameter that will be passed to the Converter.
Syntax
'Declaration
 
Public Property ConverterParameter As Object
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As Object
 
instance.ConverterParameter = value
 
value = instance.ConverterParameter
public object ConverterParameter {get; set;}

Property Value

An object representing the parameter that will be passed to the Converter. By default, a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members

Send Feedback