Table of Contents

Class ActionCell

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Table cell containing actions.

public class ActionCell : Cell
Inheritance
object
ActionCell
Extension Methods

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; }

Property Value

CellType