Table of Contents

Class StringCell

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

Table cell containing a string value.

public class StringCell : Cell
Inheritance
object
StringCell
Extension Methods

Properties

Type

Type of the table cell.

public override CellType Type { get; }

Property Value

CellType

Value

Value of the cell.

public string Value { get; set; }

Property Value

string