Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

TableCell.NestingLevel Property

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

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

See Also