Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class TableRow

    Represents a table row in a Markdown table.

    Inheritance
    System.Object
    TableRow
    TableHeaderRow
    Implements
    INode
    Namespace: Radzen.Blazor.Markdown
    Assembly: Radzen.Blazor.dll
    Syntax
    public class TableRow : object, INode

    Properties

    Cells

    /// Gets the cells of the table row.

    Declaration
    public IReadOnlyList<TableCell> Cells { get; }
    Property Value
    Type Description
    IReadOnlyList<TableCell>

    Methods

    Accept(INodeVisitor)

    Accepts a INodeVisitor.

    Declaration
    public virtual void Accept(INodeVisitor visitor)
    Parameters
    Type Name Description
    INodeVisitor visitor

    Add(String, TableCellAlignment)

    Adds a cell to the table row.

    Declaration
    public void Add(string value, TableCellAlignment alignment = TableCellAlignment.None)
    Parameters
    Type Name Description
    System.String value
    TableCellAlignment alignment

    Implements

    INode

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT