Skip to main content

TdxLayoutWebLookAndFeel Class

Declaration

TdxLayoutWebLookAndFeel = class(
    TdxCustomLayoutLookAndFeel
)

Remarks

This class represents the Web look & feel style for the layout control within the TdxLayoutLookAndFeelList component. The TdxLayoutWebLookAndFeel 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 those found in web pages.

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

See Also