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

    Specifies visible skin groups in a skin chooser gallery.

    Declaration

    property VisibleGroups: TdxSkinGroups read; write; default [TdxSkinGroup.Vector];

    Property Value

    Type Description
    TdxSkinGroups

    The set of currently visible skin groups.

    Remarks

    Use the VisibleGroups property to define skin groups available for selection. Users can click the gear button in a skin chooser drop-down menu and hide or display the required skin groups.

    VCL Bars: Visible Skin Group Management

    Default Value

    The VisibleGroups property’s default value is [TdxSkinGroup.Vector].

    See Also