TdxCustomLayoutControl.OptionsItem Property
Provides access to layout element behavior settings at the layout control level.
Declaration
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