TdxLayoutWebLookAndFeelGroupOptions.OffsetItems Property
Specifies whether item borders are indented from a layout group‘s frame border.
Declaration
property OffsetItems: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the OffsetItems property to specify whether the items (which contain associated controls) are indented from the group frame border. If the OffsetItems property is set to True, group items are displayed with an indent from the group frame border; otherwise they are displayed without any indent.
The default value of the OffsetItems property is True.
See Also