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

TcxLookAndFeelKind Enum

Enumerates deprecated look & feel styles.

#Declaration

Delphi
TcxLookAndFeelKind = (
    lfFlat,
    lfStandard,
    lfUltraFlat,
    lfOffice11
);

#Members

Name Description
lfFlat

The Flat basic look & feel style imitates the appearance of UI elements in Microsoft Windows® 2000 and earlier operating systems.

lfStandard

The Standard basic look & feel style imitates the appearance of UI elements in Microsoft Windows® XP.

lfUltraFlat

The UltraFlat basic look & feel style is similar to Flat, but excludes all 3D effects.

lfOffice11

The Office11 basic look & feel style inspired by the appearance of Microsoft Office® 2003 applications.

#Remarks

Warning

The TcxLookAndFeelKind type enumerates deprecated look & feel styles that imitate the appearance of UI elements in Microsoft Windows® XP and earlier operating systems. We recommend that you use a TdxSkinController component to apply DevExpress and custom skins to your application.

#Direct TcxLookAndFeelKind Type References

The following public API members reference the TcxLookAndFeelKind type:

TcxLookAndFeel.Kind
Specifies the active deprecated look & feel style for a DevExpress control.
TcxCustomLookAndFeelController.Kind
Deprecated. Specifies the active deprecated look & feel style for DevExpress controls.
See Also