Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSkinGroups Type

A set of flags that correspond to individual skin groups.

#Declaration

Delphi
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