Table of Contents

Class HiddenFieldEditor

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents an editor that renders a hidden field.

[Editor("Hidden field")]
public class HiddenFieldEditor : StringEditor
Inheritance
HiddenFieldEditor
Inherited Members

Constructors

HiddenFieldEditor()

Initializes a new instance of an object.

public HiddenFieldEditor()

Properties

Mode

Gets the editor mode.

public override TextEditorMode Mode { get; }

Property Value

TextEditorMode
To top