Class DropDownEditorDefinition
- Namespace
- Dynamicweb.CoreUI.Lists
- Assembly
- Dynamicweb.CoreUI.dll
Editor definition used to create a cell with a dropdown editor.
public record DropDownEditorDefinition : ColumnEditorDefinition, IEquatable<GridColumnComponentDefinition>, IEquatable<ColumnEditorDefinition>, IEquatable<DropDownEditorDefinition>
- Inheritance
-
Drop
Down Editor Definition
- Implements
- Derived
- Inherited Members
Constructors
DropDownEditorDefinition(Dictionary<string, string>)
Parameters
options
Dictionary<string, string>
DropDownEditorDefinition(Dictionary<string, string>, bool)
Editor definition used to create a cell with a dropdown editor.
Parameters
Options
Dictionary<string, string>ShowNothingSelected
bool
Properties
Options
Property Value
ShowNothingSelected
Property Value
Methods
Deconstruct(out Dictionary<string, string>)
Parameters
options
Dictionary<string, string>