ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / Column Class / ValueConverter Property

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