Skip to main content

TdxCustomLayoutGroup.LayoutLookAndFeelException Property

Specifies whether child elements of a specific group use its look & feel.

Declaration

property LayoutLookAndFeelException: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

As a rule, all children of a group use its look & feel (even if their LayoutLookAndFeel property is nil). If their LayoutLookAndFeel property is nil and you want child elements to have their own look & feel, you should set the LayoutLookAndFeelException property of this group to True. In this instance, group parents determine the items look & feel (if their LayoutLookAndFeelException properties are False).

The default value of the LayoutLookAndFeelException property is False.

See Also