Table of Contents

Class NamedComponentCell

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

Table cell containing a component defined by client name.

public class NamedComponentCell : Cell
Inheritance
object
NamedComponentCell
Extension Methods

Properties

ComponentProps

Gets or sets client component data.

public object ComponentProps { get; set; }

Property Value

object

Name

Gets or sets client component name.

public string Name { get; set; }

Property Value

string

Type

Type of the table cell.

public override CellType Type { get; }

Property Value

CellType