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

TdxCustomLayoutControl.LayoutLookAndFeel Property

Specifies the look & feel style of the Layout control.

#Declaration

Delphi
property LayoutLookAndFeel: TdxCustomLayoutLookAndFeel read; write;

#Property Value

Type
TdxCustomLayoutLookAndFeel

#Remarks

The following styles can be applied to a layout control:

  • Three built-in predefined look & feel styles: “Standard“, “Office“, or “Web“.

Use the TdxLayoutLookAndFeelList component to register any of these look & feel styles for use with a layout control. To apply a registered style, use the LayoutLookAndFeel property. Each look & feel style is a TdxCustomLayoutLookAndFeel class descendant. Use class members to customize style settings.

Note

Set the layout control’s Transparent property to True to paint tabbed group sheets on a transparent background if a skin, runtime theme, or the native paint style is applied.

See Also