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

TdxCustomLayoutGroup.LayoutLookAndFeelException Property

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

#Declaration

Delphi
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