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
IsStateIndicator
public bool IsStateIndicator { get; }
Property Value
- bool
State
public RowState State { get; }
Property Value
- RowState
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
MakeToggleCell(bool, ActionBase?, ActionBase?)
public static Cell MakeToggleCell(bool value, ActionBase? toggleOnAction, ActionBase? toggleOffAction)
Parameters
value
bool
toggleOnAction
ActionBase
toggleOffAction
ActionBase
Returns
- Cell