Skip to main content

TableRow.Table Property

Provides access to the parent table.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

Table Table { get; }

Property Value

Type Description
Table

A Table interface that is the table containing the current cell.

See Also