Class RadzenTableCell
RadzenTableRow component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTableCell : RadzenComponentWithChildren, IDisposable
Properties
Row
Gets or sets the row.
Declaration
public RadzenTableRow Row { get; set; }
Property Value
Type | Description |
---|---|
RadzenTableRow | The row. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable