Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended 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 ITypeEditorControl
    public ITypeEditorControl Editor {get; set;}
    See Also