Skip to main content
All docs
V25.1
  • TdxRibbonSkinSelectorSkinChooserOptions.VisibleLookAndFeelStyles Property

    Specifies skins and deprecated look & feel styles available in a skin chooser gallery.

    Declaration

    property VisibleLookAndFeelStyles: TcxLookAndFeelStyles read; write; default [lfsSkin];

    Property Value

    Type Description
    TcxLookAndFeelStyles

    The available set of look & feel styles.

    Remarks

    The Ribbon Skin Selector component is designed for skin management. However, you can use the VisibleLookAndFeelStyles property to make deprecated look & feel styles available for selection in addition to skins or instead of skins in any combination.

    A skin chooser gallery displays deprecated look & feel styles under the following category: Built-in Look & Feel Styles:

    VCL Bars: Deprecated Look & Feel Styles

    You can use the VisibleGroups property to manage the list of skin groups available for selection when the lfsSkin flag is present in the VisibleLookAndFeelStyles property value (the default option).

    Default Value

    The VisibleLookAndFeelStyles property’s default value is [lfsSkin].

    See Also