Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableRow.NestingLevel Property

Gets the nesting level of the table containing a current row.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

int NestingLevel { get; }

Property Value

Type Description
Int32

An integer that indicates how deep the table that contains a current row is inserted into others.

See Also