Skip to main content

TdxCustomLayoutLookAndFeelClass Type

A reference to a layout look & feel component class.

Declaration

TdxCustomLayoutLookAndFeelClass = class of TdxCustomLayoutLookAndFeel;

Referenced Class

Type Description
TdxCustomLayoutLookAndFeel

The base class for layout look & feel components.

Remarks

You can use the TdxCustomLayoutLookAndFeelClass type to refer to the following TdxCustomLayoutLookAndFeel class descendants:

TdxLayoutCxLookAndFeel
The base class for skin-based layout look & feel components.
TdxLayoutOfficeLookAndFeel

Deprecated. A layout look & feel component that implements a visual style inspired by Microsoft Office® 2000.

Tip

Use TdxLayoutSkinLookAndFeel instead of TdxLayoutOfficeLookAndFeel.

TdxLayoutSkinLookAndFeel
A layout look & feel component recommended for appearance configuration at the level of individual layout controls, items, and groups.
TdxLayoutStandardLookAndFeel

Deprecated. A layout look & feel component that implements a deprecated standard style.

Tip

Use TdxLayoutSkinLookAndFeel instead of TdxLayoutStandardLookAndFeel.

TdxLayoutWebLookAndFeel
Deprecated. A web layout look & feel component.

Direct TdxCustomLayoutLookAndFeelClass Type Reference

The TdxLayoutLookAndFeelList.CreateItem function accepts a TdxCustomLayoutLookAndFeelClass value as the AClass parameter.

See Also