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

TdxRibbonSkinSelectorInRibbonSkinOptions.Collapsed Property

Specifies if a skin chooser gallery is collapsed in a Ribbon UI.

#Declaration

Delphi
property Collapsed; default True;

#Property Value

Type Default Description
Boolean True
  • If True, a skin chooser gallery is collapsed in a Ribbon UI.
  • If False, a skin chooser gallery is displayed in full.

#Remarks

Use the Collapsed property to expand or collapse the skin chooser gallery of a Ribbon Skin Selector in a Ribbon UI.

#Property Value Examples

The following table demonstrates the difference between Collapsed property values under the same conditions:

Value Description Example
True (default) The skin chooser gallery is collapsed and displays only the active skin. A click on the skin chooser gallery displays a drop-down menu with a gallery that allows users to switch between available skins. VCL Bars: The Skin Chooser Gallery is Collapsed
False The skin chooser gallery displays a scrollable list of available skins where users can switch between them directly. A click on a drop-down button displays a skin chooser gallery in a drop-down menu. VCL Bars: The Skin Chooser Gallery is Expanded

#Default Value

The Collapsed property’s default value is True.

See Also