PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / Editor Property

In This Topic
    Editor Property (PropertyAttribute)
    In This Topic
    Gets or sets the current editor selected for the property.
    Syntax
    'Declaration
     
    
    Public Property Editor As IPropertyGridEditor
    public IPropertyGridEditor Editor {get; set;}
    See Also