Back to Devexpress

TableRow.ParentTable Property

blazor-devexpress-dot-blazor-dot-richedit-dot-tablerow-db06b279.md

latest1.1 KB
Original Source

TableRow.ParentTable Property

Returns the table that contains the current row.

Namespace : DevExpress.Blazor.RichEdit

Assembly : DevExpress.Blazor.RichEdit.v25.2.dll

NuGet Package : DevExpress.Blazor.RichEdit

Declaration

csharp
public Table ParentTable { get; }

Property Value

TypeDescription
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

Tables in Blazor Rich Text Editor

TableRow Class

TableRow Members

DevExpress.Blazor.RichEdit Namespace