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

Table.NestingLevel Property

Gets the nesting level of the current table.

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 is inserted into others.

Remarks

A table that has no nesting tables has a nesting level of 0.

The outermost table has a nesting level of 0. The nesting level of each successively nested table is one higher than the previous table.

Use the Table.ParentCell property to get access to a cell of an outer table containing the current table.

See Also