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.UseSkins Property

Specifies if the selected skin and palette affect an application.

#Declaration

Delphi
property UseSkins: Boolean read; write; default cxDefaultUseSkins;

#Property Value

Type Default Description
Boolean cxDefaultUseSkins

True if the skin controller applies a skin whose name is assigned to the SkinName property to all forms and DevExpress controls in an application; otherwise, False.

#Remarks

Set the UseSkins property to True, and the NativeStyle property to False to apply the selected skin to application forms and controls. An individual control’s LookAndFeel settings can override application appearance settings determined by the skin controller.

#Default Value

The UseSkins property’s default value is the cxDefaultUseSkins global constant.

See Also