Class RadzenTableRow
RadzenTableRow component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTableRow : RadzenComponentWithChildren, IDisposable
Properties
Body
Gets or sets the table body.
Declaration
public RadzenTableBody Body { get; set; }
Property Value
Type | Description |
---|---|
RadzenTableBody | The table body. |
Methods
AddCell(RadzenTableCell)
Adds the cell.
Declaration
public void AddCell(RadzenTableCell cell)
Parameters
Type | Name | Description |
---|---|---|
RadzenTableCell | cell | The cell. |
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
RemoveCell(RadzenTableCell)
Removes the cell.
Declaration
public void RemoveCell(RadzenTableCell cell)
Parameters
Type | Name | Description |
---|---|---|
RadzenTableCell | cell | The cell. |
Implements
IDisposable