Skip to main content
A newer version of this page is available. .

TcxLookAndFeel.SkinName Property

Specifies the name of a skin applied to a control.

Declaration

property SkinName: TdxSkinName read; write;

Property Value

Type
TdxSkinName

Remarks

Use this property to apply a built-in or custom skin at:

Assign a built-in skin’s name to the SkinName property to apply this skin to a control instead of a basic look & feel style if the NativeStyle property is set to False. If you need to use a custom skin instead:

The SkinName property’s setter adds the lfvSkinName flag to the AssignedValues property and raises the OnChanged event once the change is applied to the control.

Note

An effect of the SkinName property value change made after a BeginUpdate procedure call is postponed until an EndUpdate procedure call.

The SkinName property’s default value is the cxDefaultLookAndFeelSkinName global constant.

See Also