Table of Contents

Enum ListEditorMode

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll
Represents a list editor mode.
public enum ListEditorMode

Fields

Checkbox = 2
Checkbox list.
DropDown = 0
Drop-down list.
Editable = 3
Editable list.
Radio = 1
Radio-button list.
To top