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

In This Topic
    Converter Property (DataGridColumn)
    In This Topic
    Get or sets the converter of the content of the cells belonging this column.
    Syntax
    'Declaration
     
    
    Public Overridable Property Converter As IValueConverter
    public virtual IValueConverter Converter {get; set;}
    See Also