cxDefaultUseGlobalSkin Constant
Specifies if controls with global skin synchronization flags and separate look & feel options automatically update their appearance from application-wide skin and palette settings.
Declaration
const cxDefaultUseGlobalSkin: Boolean = False;
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
The cxDefaultUseGlobalSkin
constant affects interpretation of global skin synchronization flags in DevExpress controls.
Note
If you change the cxDefaultUseGlobalSkin
constant value at runtime, call the RootLookAndFeel.Refresh procedure to update global look & feel settings and redraw all affected controls.
Related Installer Option
The cxDefaultUseGlobalSkin
constant value is True
if the following option is checked in the DevExpress component installer:
Otherwise, the cxDefaultUseGlobalSkin
constant value is False
.
Controls with Global Skin Synchronization Flags
In v24.1, the cxDefaultUseGlobalSkin
constant affects only TdxRibbon controls in the application.
The cxDefaultUseGlobalSkin
constant specifies if all Ribbon controls update their appearance from global skin settings when the TdxCustomRibbon.DefaultUseGlobalSkin class property is set to bDefault.