Table of Contents

Class Row

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

Class representing a row of data in a table.

public class Row
Inheritance
object
Row
Derived
Extension Methods

Constructors

Row()

public Row()

Properties

Action

Action of the row.

public Action Action { get; set; }

Property Value

Action

Cells

List of the cells.

public IList<Cell> Cells { get; set; }

Property Value

IList<Cell>

Disabled

Indicates whether the row is disabled.

public bool Disabled { get; set; }

Property Value

bool

Identifier

Row item identifier.

public object Identifier { get; set; }

Property Value

object

InactiveMessage

Inactive message to show when item is disabled.

public string InactiveMessage { get; set; }

Property Value

string

Level

The level of row indentation.

public int Level { get; set; }

Property Value

int