vcl-cxlookandfeels-dot-tcxlookandfeel-80d1c1e2.md
Specifies the active deprecated look & feel style for a DevExpress control.
property Kind: TcxLookAndFeelKind read; write;
| Type | Description |
|---|---|
| TcxLookAndFeelKind |
The active deprecated look & feel style.
|
Warning
Deprecated look & feel styles imitate the appearance of UI elements in Microsoft Windows® XP and earlier operating systems. We recommend that you use a skin controller component’s SkinName or NativeStyle property to apply DevExpress or custom skins to your application or use the native (operating system-dependent) look & feel style.
The Kind property defines the deprecated look & feel style applied at the level of an individual DevExpress control when the NativeStyle property is set to False:
The Kind property’s setter adds the lfvKind flag to the AssignedValues property value and raises the [OnChanged] event once the change is applied to the control outside a BeginUpdate/EndUpdate block or after an EndUpdate procedure call.
The Kind property’s default value is the cxDefaultLookAndFeelKind global constant.
See Also