PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / UriEditor Class
Members

In This Topic
    UriEditor Class
    In This Topic
    Editor for System.Uri properties.
    Object Model
    UriEditor Class
    Syntax
    'Declaration
     
    
    Public Class UriEditor 
       Inherits C1.WPF.PropertyGrid.StringEditor(Of Uri)
       Implements IPropertyGridEditor 
    Inheritance Hierarchy

    System.Object
       C1.WPF.PropertyGrid.BaseEditor<P,C>
          C1.WPF.PropertyGrid.StringEditor<T>
             C1.WPF.PropertyGrid.UriEditor

    See Also