Skip to main content

TdxLayoutOfficeLookAndFeel Class

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

Declaration

TdxLayoutOfficeLookAndFeel = class(
    TdxLayoutStandardLookAndFeel
)

Remarks

Important

The TdxLayoutOfficeLookAndFeel component ships with the Layout control for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products.

We strongly recommend that you replace TdxLayoutOfficeLookAndFeel with TdxLayoutSkinLookAndFeel in all projects. Alternatively, you can synchronize a Layout control with global skin and palette settings.

Refer to the following topic for detailed information: Appearance Settings.

See Also