Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / PropertyBox Class / CurrentEditor Property

In This Topic
    CurrentEditor Property (PropertyBox)
    In This Topic
    Gets or sets the current editor used by this property box.
    Syntax
    'Declaration
     
    
    Public Property CurrentEditor As ITypeEditorControl
    public ITypeEditorControl CurrentEditor {get; set;}
    See Also