PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / UriEditor Class / Converter Property

In This Topic
    Converter Property (UriEditor)
    In This Topic
    Converter from string to Uri.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property Converter As IValueConverter
    protected override IValueConverter Converter {get;}
    See Also