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

TableCell.NestingLevel Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.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 that contains a current cell is inserted into others.

See Also