Class ActionCell
Table cell containing actions.
public class ActionCell : Cell
- Inheritance
-
objectActionCell
- Extension Methods
Constructors
ActionCell()
public ActionCell()
Properties
Actions
Actions of the cell.
public IList<Action> Actions { get; set; }
Property Value
- IList<Action>
Type
Type of the table cell.
public override CellType Type { get; }