Skip to main content
A newer version of this page is available. .

TdxCustomLayoutLookAndFeel Class

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

Declaration

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