Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class TableCell

    Represents a table cell in a Markdown table.

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

    Constructors

    TableCell(String, TableCellAlignment)

    Initializes a new instance of the TableCell class.

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

    Properties

    Alignment

    Gets the alignment of the table cell.

    Declaration
    public TableCellAlignment Alignment { get; }
    Property Value
    Type Description
    TableCellAlignment

    Children

    Gets the children of the table cell.

    Declaration
    public IReadOnlyList<Inline> Children { get; }
    Property Value
    Type Description
    IReadOnlyList<Inline>

    Value

    Gets or sets the inline content of the cell

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Accept(INodeVisitor)

    Accepts a INodeVisitor.

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

    Add(Inline)

    Appends a child to table cell.

    Declaration
    public void Add(Inline node)
    Parameters
    Type Name Description
    Inline node

    Implements

    INode
    IBlockInlineContainer

    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