Table of Contents

Class Cell

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public abstract class Cell : UiComponentBase
Inheritance
Cell
Derived
Inherited Members
Extension Methods

Properties

Action

public ActionBase? Action { get; set; }

Property Value

ActionBase

CellValueType

public abstract string CellValueType { get; }

Property Value

string

Value

public object? Value { get; protected set; }

Property Value

object

Methods

MakeCell(object?)

public static Cell MakeCell(object? value)

Parameters

value object

Returns

Cell

MakeCell(object?, ActionBase?)

public static Cell MakeCell(object? value, ActionBase? cellAction)

Parameters

value object
cellAction ActionBase

Returns

Cell
To top