SaaS CMS has officially launched! Learn more now.

Class BooleanEditorDescriptor

Editor descriptor that will create a checkbox to be able to edit boolean values.

Inheritance
System.Object
BooleanEditorDescriptor
Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
[EditorDescriptorRegistration(TargetType = typeof(bool? ))]
[EditorDescriptorRegistration(TargetType = typeof(bool))]
public class BooleanEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

BooleanEditorDescriptor()

Initializes a new instance of the BooleanEditorDescriptor class.

Declaration
public BooleanEditorDescriptor()

Implements