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.InRibbon Property

Provides access to the settings of a skin chooser gallery displayed in a Ribbon UI.

#Declaration

Delphi
property InRibbon: TdxRibbonSkinSelectorInRibbonSkinOptions read; write;

#Property Value

Type Description
TdxRibbonSkinSelectorInRibbonSkinOptions

Stores skin chooser gallery settings when the gallery is displayed in a Ribbon UI.

#Remarks

A skin chooser gallery lists all skins available in an application and allows users to switch between them. The Ribbon Skin Selector component allows you to independently configure palette galleries displayed in a Ribbon UI and in a drop-down menu.

VCL Bars: A Skin Chooser Gallery in a Ribbon UI

You can use InRibbon.MinColumnCount and InRibbon.ColumnCount properties to change the number of columns in a skin chooser gallery in different states of the parent Ribbon UI. The InRibbon.ColumnCount property also defines the number of columns in a skin chooser gallery displayed in a drop-down window.

Refer to the TdxRibbonSkinSelectorInRibbonSkinOptions class description for detailed information on all available options.

See Also