Class TableRowModel
Represents a table row's settings.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class TableRowModel
Constructors
TableRowModel()
Declaration
public TableRowModel()
Properties
Cells
The cells in this row, each tied to a column via columnId.
Declaration
public List<TableCellModel> Cells { get; set; }
Property Value
| Type |
|---|
| List<TableCellModel> |
Height
Specifies the height for the row. Accepts CSS length or empty.
Declaration
public string Height { get; set; }
Property Value
| Type |
|---|
| string |
ID
Unique identifier for the row.
Declaration
public string ID { get; set; }
Property Value
| Type |
|---|
| string |