Xceed DataGrid for Silverlight Documentation
Converter Property


Gets or sets the convert that will be used to convert the value returned by the binding.
Syntax
'Declaration
 
Public Property Converter As IValueConverter
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As IValueConverter
 
instance.Converter = value
 
value = instance.Converter
public IValueConverter Converter {get; set;}

Property Value

An IValueConveter that will be used to convert the value returned by the binding. 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