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

TdxRibbonSkinSelectorPaletteChooserOptions.InRibbon Property

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

#Declaration

Delphi
property InRibbon: TdxRibbonSkinSelectorInRibbonPaletteOptions read; write;

#Property Value

Type Description
TdxRibbonSkinSelectorInRibbonPaletteOptions

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

#Remarks

A palette chooser gallery lists all color palettes available for the active skin 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 Palette Chooser Gallery in a Ribbon UI

You can use InRibbon.Collapsed and InRibbon.CollapsedGlyph properties to expand or collapse the palette chooser gallery and define a custom glyph displayed when the gallery is collapsed. InRibbon.ColumnCount and InRibbon.MinColumnCount properties allow you to change the number of gallery item columns.

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

See Also