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

TdxRibbonColorGalleryItem Class

A bar item that provides advanced color selection capabilities.

#Declaration

Delphi
TdxRibbonColorGalleryItem = class(
    TCustomdxBarContainerItem
)

#Remarks

Clicking this bar item displays a dropdown menu that includes:

  • The Auto menu item, which selects the clDefault color;

  • A color palette including two panels: the Theme Colors panel (a set of theme colors and their shades) and the Standard Colors panel (a set of predefined colors matching the basic colors found in the system Color dialog and the VCL TColorDialog component);

  • A customizable set of custom colors (the Custom Colors panel);

  • The More Colors… menu item, which invokes the DevExpress Color Editor dialog for advanced color selection.

The TdxRibbonColorGalleryItem class extends its ancestor class with members that allow you to:

See Also