Back to Devexpress

TableRow.NestingLevel Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-8dfaf134.md

latest1.2 KB
Original Source

TableRow.NestingLevel Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int NestingLevel { get; }
vb
ReadOnly Property NestingLevel As Integer

Property Value

TypeDescription
Int32

An integer that indicates how deep the table that contains a current row is inserted into others.

|

See Also

NestingLevel

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace