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

Specifies if hints are displayed for items within the color gallery.

#Declaration

Delphi
property ItemShowHint; default False;

#Property Value

Type Default
Boolean False

#Remarks

The color gallery’s item hints display either hexadecimal color codes or color names (for items with named colors, such as clRed, clBlue, etc.)

To enable or disable item hints, set the ItemShowHint property to True or False, respectively.

The default value of the ItemShowHint property is False.

See Also