Skip to main content
All docs
V25.1
  • TdxSkinGroups Type

    A set of flags that correspond to individual skin groups.

    Declaration

    TdxSkinGroups = set of TdxSkinGroup;

    Referenced Class

    Type Description
    TdxSkinGroup

    A flag that corresponds to an individual skin group.

    Remarks

    Skin group flags allow you to change the list of skins available in a Ribbon Skin Selector component. If a flag (an individual TdxSkinGroup value) is set, the corresponding group of skins is visible and available for selection.

    TdxSkinGroups Type Reference

    The TdxRibbonSkinSelectorSkinChooserOptions.VisibleGroups property references the TdxSkinGroups type.

    See Also