Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Table.NestingLevel Property

Gets the nesting level of the current table.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#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