Skip to main content
All docs
V24.2

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

TcxCustomLookAndFeelController.Kind Property

Deprecated. Specifies the active deprecated look & feel style for DevExpress controls.

#Declaration

Delphi
property Kind: TcxLookAndFeelKind read; write; default cxDefaultLookAndFeelKind;

#Property Value

Type Default Description
TcxLookAndFeelKind cxDefaultLookAndFeelKind

The active deprecated look & feel style.

#Remarks

Warning

Deprecated look & feel styles imitate the appearance of UI elements in Microsoft Windows® XP and earlier operating systems. We recommend that you use the SkinName property to apply DevExpress or custom skins to your application.

The Kind property defines the deprecated look & feel style applied to DevExpress controls when the following conditions are met:

#Default Value

The Kind property’s default value is the cxDefaultLookAndFeelKind global constant.

See Also