TdxLayoutStandardLookAndFeel Class
Deprecated. A layout look & feel component that implements a deprecated standard style. Use TdxLayoutSkinLookAndFeel instead.
Declaration
TdxLayoutStandardLookAndFeel = class(
TdxCustomLayoutLookAndFeel
)
Remarks
Important
The TdxLayoutStandardLookAndFeel
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 TdxLayoutStandardLookAndFeel
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.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponent
TcxScalableComponent
TdxCustomLayoutLookAndFeel
TdxLayoutStandardLookAndFeel
See Also