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

TdxRibbonSkinSelectorCustomPlaceOptions.Collapsed Property

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

#Declaration

Delphi
property Collapsed: Boolean read; write; default False;

#Property Value

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

#Remarks

A Ribbon UI collapses visible toolbar items when the total window width does not fit them in full. If the CanCollapse property is set to False, the Ribbon Skin Selector component attempts to keep its gallery expanded and collapses it only when all other toolbar items are already collapsed. The MinColumnCount property defines the minimum number of item columns in an expanded skin or palette chooser gallery.

You can set the Collapsed property to True or False to collapse or expand a skin or palette chooser gallery in a Ribbon UI.

#Property Value Examples

Value Example[1]
False (default) VCL Bars: An Expanded Palette Chooser Gallery
True VCL Bars: A Collapsed Palette Chooser Gallery

#Default Value

The Collapsed property’s default value is False.

Note

The TdxRibbonSkinSelectorInRibbonSkinOptions class sets the default ColumnCount property value to True.

Footnotes
  1. These examples demonstrate different Collapsed property values for the same palette chooser gallery under the following conditions:

    • The WXI skin is active.
    • The default collapsed state glyph is displayed.
    • The ShowItemCaption property is set to False.
See Also