Back to Devexpress

TdxSkinGroups Type

vcl-dxskinnames-afd2ad89.md

latest1.0 KB
Original Source

TdxSkinGroups Type

A set of flags that correspond to individual skin groups.

Declaration

delphi
TdxSkinGroups = set of TdxSkinGroup;

Referenced Class

TypeDescription
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

TdxSkinGroups Alias Type

TdxSkinGroup Type

dxSkinNames Unit