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

Methods

BeginEdit(EditorContext)

Enables the editor to populate its UI to the client and initiate the editing process.
[Obsolete("Do not use")]
public override void BeginEdit(EditorContext context)

Parameters

context EditorContext
Editor context.

EndEdit()

Returns the edited value.
[Obsolete("Do not use")]
public override object EndEdit()

Returns

object
The edited value.

HasValue()

Tell if this editor returns a value
[Obsolete("Do not use")]
public override bool HasValue()

Returns

bool
To top