LayoutLevel Enum
Lists levels in the document layout tree at which the LayoutIterator navigates.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
Page
|
The topmost level. Contains elements of the Layout |
Page
|
A level below the Layout |
Column
|
A level below the Layout |
Table
|
The topmost level in a separate hierarchy of table layout levels. Contains elements of the Layout |
Table
|
A level below the Layout |
Table
|
A level below the Layout |
Row
|
A level below the Layout |
Box
|
A level below the Layout |
#Remarks
A simple hierarchical structure of the document layout is shown in the following image.