Skip to main content
All docs
V26.1
  • TableRow.ParentTable Property

    Returns the table that contains the current row.

    Namespace: DevExpress.Blazor.RichEdit

    Assembly: DevExpress.Blazor.RichEdit.v26.1.dll

    Declaration

    public Table ParentTable { get; }

    Property Value

    Type Description
    Table

    The table that contains the current row.

    Remarks

    A table consists of cells combined into rows. Use the ParentTable property to access the table that contains the current row.

    See Also