Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NEditorTemplate Class / EditorType Property


In This Topic
    EditorType Property
    In This Topic
    Gets or sets the type of the editor, that needs to be created
    Syntax
    'Declaration
     
    
    Public Property EditorType As NDomType
    'Usage
     
    
    Dim instance As NEditorTemplate
    Dim value As NDomType
     
    instance.EditorType = value
     
    value = instance.EditorType
    public NDomType EditorType {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