Class NamedComponentCell
Table cell containing a component defined by client name.
public class NamedComponentCell : Cell
- Inheritance
-
objectNamedComponentCell
- 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; }