Table of Contents

Class CheckboxEditor

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

Represents a checkbox editor.

[Editor("Checkbox")]
public class CheckboxEditor : Editor
Inheritance
CheckboxEditor
Inherited Members

Constructors

CheckboxEditor()

Initialize a new instance of an object.

public CheckboxEditor()

Properties

DataType

Gets the data type for this editor.

public override Type DataType { get; }

Property Value

Type
To top