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

TdxCustomLayoutControl.OptionsItem Property

Provides access to layout element behavior settings at the layout control level.

#Declaration

Delphi
property OptionsItem: TdxLayoutItemOptions read; write;

#Property Value

Type
TdxLayoutItemOptions

#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.

See Also