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

TdxLayoutItemOptions Class

Provides behavior settings for layout elements.

#Declaration

Delphi
TdxLayoutItemOptions = class(
    TdxLayoutControlPersistent
)

#Remarks

The settings provided allow you to enable the following features:

  • Automatic alignment of controls within layout items.

  • Automatic tab order management within a layout control.

  • Automatic control focus on item caption click.

  • Layout element sizing.

The TdxLayoutItemOptions object is referenced by the layout control’s OptionsItem property.

#Inheritance

See Also