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

TdxLayoutControl Class

The ExpressLayout Control component.

#Declaration

Delphi
TdxLayoutControl = class(
    TdxCustomLayoutControl
)

#Remarks

The TdxLayoutControl object is derived directly from the TdxCustomLayoutControl class. The TdxLayoutControl object does not introduce any new properties or methods. This is a ‘published’ variant of the TdxCustomLayoutControl object, which fully implements ExpressLayout Control functionality.

Note

Designed for centralized form layout management, the ExpressLayout Control may clash with other layout-building components, such as dock controls provided by the ExpressBars Suite or ExpressDocking Library. To avoid clashes, we recommend that you avoid nesting or combining these components on a form.

See Also