Table of Contents

Class DropDownMultiEditorDefinition

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

Editor definition used to create a cell with a multiselect dropdown editor.

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

Constructors

DropDownMultiEditorDefinition(Dictionary<string, string>)

Editor definition used to create a cell with a multiselect dropdown editor.

public DropDownMultiEditorDefinition(Dictionary<string, string> Options)

Parameters

Options Dictionary<string, string>
To top