Table of Contents

Class NumberEditorDefinition

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

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

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

Constructors

NumberEditorDefinition()

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

public NumberEditorDefinition()
To top