ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridBoundColumn Class / Converter Property

In This Topic
    Converter Property (DataGridBoundColumn)
    In This Topic
    Get or sets the converter of the content of the cells belonging this column.
    Syntax
    'Declaration
     
    
    Public Overrides Property Converter As IValueConverter
    public override IValueConverter Converter {get; set;}
    Remarks
    If Binding.Converter already is set , this property is not effected and return Binding.Converter value.
    See Also