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

TdxCustomLayoutLookAndFeel Class

The base class for the objects that represent look & feel styles for the layout control within the TdxLayoutLookAndFeelList component.

#Declaration

Delphi
TdxCustomLayoutLookAndFeel = class(
    TcxScalableComponent
)

#Remarks

Use the TdxCustomLayoutLookAndFeel object as a base class when defining an object that represents a look & feel style for the layout control within the TdxLayoutLookAndFeelList component. Do not create instances of the TdxCustomLayoutLookAndFeel object.

The TdxCustomLayoutLookAndFeel object implements the base functionality for all look & feel types (Standard, Office, and Web). It contains many properties and methods that are published in its descendants: TdxLayoutStandardLookAndFeel, TdxLayoutOfficeLookAndFeel, TdxLayoutWebLookAndFeel, TdxLayoutCxLookAndFeel, and TdxLayoutSkinLookAndFeel.

Note

Do not call a look & feel style’s constructor - use the TdxLayoutLookAndFeelList.CreateItem function instead.

See Also