TcxCustomLookAndFeelController.Kind Property
In This Article
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 |
---|---|---|
Tcx |
cx |
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 Skin
The Kind
property defines the deprecated look & feel style applied to DevExpress controls when the following conditions are met:
- The NativeStyle property is set to
False
. - The SkinName property is set to an empty string.
#Default Value
The Kind
property’s default value is the cxDefaultLookAndFeelKind global constant.
See Also