Back to Devexpress

TcxCustomLookAndFeelController.Kind Property

vcl-cxlookandfeels-dot-tcxcustomlookandfeelcontroller-3a4e678a.md

latest1.7 KB
Original Source

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

TypeDefaultDescription
TcxLookAndFeelKindcxDefaultLookAndFeelKind

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

TcxCustomLookAndFeelController.Reset Procedure

TcxCustomLookAndFeelController Class

TcxCustomLookAndFeelController Members

cxLookAndFeels Unit