Class TableCellModel
Represents a table cell's settings.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class TableCellModel
Constructors
TableCellModel()
Declaration
public TableCellModel()
Properties
Blocks
The content of the cell, restricted by the column's type.
Declaration
public List<BlockModel> Blocks { get; set; }
Property Value
| Type |
|---|
| List<BlockModel> |
ColumnId
The ID of the column this cell belongs to.
Declaration
public string ColumnId { get; set; }
Property Value
| Type |
|---|
| string |
ID
Unique identifier for the cell.
Declaration
public string ID { get; set; }
Property Value
| Type |
|---|
| string |