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
CellValueType
public abstract string CellValueType { get; }
Property Value
Value
public object? Value { get; protected set; }
Property Value
Methods
MakeCell(object?)
public static Cell MakeCell(object? value)
Parameters
value
object
Returns
MakeCell(object?, ActionBase?)
public static Cell MakeCell(object? value, ActionBase? cellAction)
Parameters
value
objectcellAction
ActionBase