Skip to main content

TdxDBColorGallery Class

A data-aware color gallery control.

Declaration

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