Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumn Class / ValueConverter Property

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