InedoSDK Reference
Version:

CustomEditorAttribute Class

Indicates that a type has a custom editor.

Inheritance Hierarchy

  • object
    • System.Attribute
      • Inedo.Web.CustomEditorAttribute

Syntax

public class CustomEditorAttribute : System.Attribute

Constructors

Name Description
CustomEditorAttribute(System.Type editorType)

Initializes a new instance of the CustomEditorAttribute class.

CustomEditorAttribute(string editorTypeName)

Initializes a new instance of the CustomEditorAttribute class.

Properties

Name Description
EditorType

Gets the type of the editor.