Skip to main content

TableRow.NestingLevel Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v25.1.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 row is inserted into others.

See Also