Skip to main content

Table.NestingLevel Property

Gets the nesting level of the current table.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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