Table of Contents

Class EditableListEditor

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

Represents an editable list editor.

[Group("Lists")]
[Editor("Editable list")]
public class EditableListEditor : ListEditor<IEnumerable<string>>, IListEditor, IListTemplate, IListBaseEditor
Inheritance
EditableListEditor
Implements
Inherited Members

Constructors

EditableListEditor()

Initializes a new instance of an object.

public EditableListEditor()

Properties

Mode

Gets the list mode.

public override ListEditorMode Mode { get; }

Property Value

ListEditorMode
To top