Skip to main content
All docs
V25.1
  • TdxCustomLayoutControl.UseGlobalSkin Property

    Specifies if the Layout control automatically updates appearance from the skin and palette defined application-wide.

    Declaration

    property UseGlobalSkin: TdxDefaultBoolean read; write; default bDefault;

    Property Value

    Type Default Description
    TdxDefaultBoolean bDefault
    bDefault
    The TdxCustomLayoutControl.DefaultUseGlobalSkin class property specifies if the Layout control automatically imports global skin and palette settings and uses them instead of corresponding settings accessible through the LayoutLookAndFeel property.
    bTrue

    The Layout control automatically imports skin and palette settings defined using a TdxSkinController component or the Project Settings dialog.

    This option is useful if you need to ensure visual consistency of your application.

    bFalse

    The LayoutLookAndFeel property defines individual appearance settings for the Layout control. Corresponding appearance settings defined using a TdxSkinController component or the Project Settings dialog have no effect.

    This option is useful if you need to apply a different skin and palette to the Layout control.

    Remarks

    Set the UseGlobalSkin property to bTrue or bFalse to explicitly enable or disable Layout control synchronization with global skin and palette settings.

    Default Value

    The UseGlobalSkin property’s default value is bDefault.

    The default UseGlobalSkin property value indicates that the TdxCustomLayoutControl.DefaultUseGlobalSkin class property specifies if the Layout control automatically imports skin and palette settings defined application-wide.

    See Also