Table of Contents

Class ActionEditorDefinition

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

Editor definitions used to create a cell with a custom action as editor. (EXPERIMENTAL)

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

Constructors

ActionEditorDefinition(ActionBase)

Editor definitions used to create a cell with a custom action as editor. (EXPERIMENTAL)

public ActionEditorDefinition(ActionBase Action)

Parameters

Action ActionBase

Properties

Action

public ActionBase Action { get; init; }

Property Value

ActionBase
To top