Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocumentLayoutDetailsLevel Enum

In This Article

#Declaration

Delphi
TdxDocumentLayoutDetailsLevel = (
    None = -1,
    Page = 0,
    PageArea = 1,
    Column = 2,
    TableRow = 3,
    TableCell = 4,
    Row = 5,
    Box = 6,
    Character = 7,
    Max = MaxInt
);

#Members

Name
None
Page
PageArea
Column
TableRow
TableCell
Row
Box
Character
Max
See Also