Table of Contents

Class BooleanEditorDefinition

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll

Editor definition used to create a cell with a boolean editor.

public record BooleanEditorDefinition : ColumnEditorDefinition, IEquatable<GridColumnComponentDefinition>, IEquatable<ColumnEditorDefinition>, IEquatable<BooleanEditorDefinition>
Inheritance
BooleanEditorDefinition
Implements
Inherited Members

Constructors

BooleanEditorDefinition()

Editor definition used to create a cell with a boolean editor.

public BooleanEditorDefinition()
To top