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

TdxDBColorGallery Class

A data-aware color gallery control.

#Declaration

Delphi
TdxDBColorGallery = class(
    TdxCustomColorGallery
)

#Remarks

This class extends its ancestor with the DataBinding property, allowing you to bind a data source to the color gallery.

A Color Gallery Control

Additionally, the TdxDBColorGallery class publishes properties and events from its ancestor classes and initializes the AutoSizeMode, BorderStyle, ColorPalette, ItemShowHint, ItemSize, and ShowItemBorders properties to specific values in order to underpin the color gallery control’s design.

For detailed information regarding the core color gallery functionality, refer to the TdxCustomColorGallery class description.

See Also