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

TdxLayoutStandardLookAndFeel Class

The Standard look & feel style.

#Declaration

Delphi
TdxLayoutStandardLookAndFeel = class(
    TdxCustomLayoutLookAndFeel
)

#Remarks

This class represents the Standard look & feel style for the layout control within the TdxLayoutLookAndFeelList component. The TdxLayoutStandardLookAndFeel object is derived from the TdxCustomLayoutLookAndFeel class and implements its own properties designed to draw layout elements associated with this style in a manner similar to that found in Microsoft® Windows.

You can create your own custom look & feel based on this style and then customize it as your application needs dictate.

See Also