Back to Devexpress

TdxCustomLayoutGroup.LayoutLookAndFeelException Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutgroup-e6dda919.md

latest1.2 KB
Original Source

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

TypeDefault
BooleanFalse

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

TdxCustomLayoutGroup Class

TdxCustomLayoutGroup Members

dxLayoutContainer Unit