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

TdxRibbonSkinSelectorSkinChooserOptions.VisibleGroups Property

Specifies visible skin groups in a skin chooser gallery.

#Declaration

Delphi
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