Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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