Skip to main content

TableCell.NestingLevel Property

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

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 that contains a current cell is inserted into others.

See Also