TdxCustomLayoutControl.OptionsItem Property
In This Article
Provides access to layout element behavior settings at the layout control level.
#Declaration
Delphi
property OptionsItem: TdxLayoutItemOptions read; write;
#Property Value
Type |
---|
Tdx |
#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