FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNumericColumn Class / ValueConverter Property

In This Topic
    ValueConverter Property (GridNumericColumn)
    In This Topic
    Gets or sets an System.Windows.Data.IValueConverter associated with this column's Binding.
    Syntax
    'Declaration
     
    Public Property ValueConverter As IValueConverter
    public IValueConverter ValueConverter {get; set;}
    See Also