TableRow.ParentTable Property
Returns the table that contains the current row.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v24.1.dll
NuGet Package: DevExpress.Blazor.RichEdit
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