Nevron.Nov.Editors Namespace / NDesigner Class / StandaloneEditorFactory Property
In This Topic
    StandaloneEditorFactory Property
    In This Topic
    Gets or sets the editor factory, which creates an editor in case the node is edited as a standalone node (i.e. root of editing). If the node has children, by default this is a factory which creaates NNodeSubtreeEditor, otherwise it is a NNodeMembersEditor.
    Syntax
    public Nevron.Nov.DNFunctionResult<NNodeEditor> StandaloneEditorFactory {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also