Table of Contents

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
DropDownEditorDefinition
Implements
Derived
Inherited Members

Constructors

DropDownEditorDefinition(Dictionary<string, string>)

public DropDownEditorDefinition(Dictionary<string, string> options)

Parameters

options Dictionary<string, string>

DropDownEditorDefinition(Dictionary<string, string>, bool)

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

public DropDownEditorDefinition(Dictionary<string, string> Options, bool ShowNothingSelected)

Parameters

Options Dictionary<string, string>
ShowNothingSelected bool

Properties

Options

public Dictionary<string, string> Options { get; init; }

Property Value

Dictionary<string, string>

ShowNothingSelected

public bool ShowNothingSelected { get; init; }

Property Value

bool

Methods

Deconstruct(out Dictionary<string, string>)

public void Deconstruct(out Dictionary<string, string> options)

Parameters

options Dictionary<string, string>
To top