Class MudTd
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
A cell within a MudTr, MudTHeadRow, or MudTFootRow row component.
public class MudTd : MudComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
- Inheritance
-
MudTd
- Implements
- Inherited Members
- Extension Methods
Constructors
MudTd()
public MudTd()
Properties
ChildContent
The content within this cell.
[Parameter]
public RenderFragment? ChildContent { get; set; }
Property Value
Classname
protected string Classname { get; }
Property Value
DataLabel
The label for this cell when the table is in small-device mode.
[Parameter]
public string? DataLabel { get; set; }
Property Value
HideSmall
Hides this cell if the breakpoint is smaller than Breakpoint.
[Parameter]
public bool HideSmall { get; set; }
Property Value
Remarks
Defaults to false
.
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder