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

In This Topic
    DefaultConverter Property (DataGridBoundColumn)
    In This Topic
    Gets the converter that will be used in each cell.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property DefaultConverter As IValueConverter
    public virtual IValueConverter DefaultConverter {get;}
    See Also