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

TdxCustomLayoutItem.LayoutLookAndFeel Property

Specifies the look & feel style applied to the layout element.

#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 a layout control’s LayoutLookAndFeel property. Each look & feel style is a TdxCustomLayoutLookAndFeel class descendant. Use class members to customize style settings.

See Also