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

TdxRibbonGalleryGroupItem.Description Property

Specifies a descriptive text for a gallery item.

#Declaration

Delphi
property Description;

#Property Value

Type
string

#Remarks

Delphi
dxRibbonGalleryItem1.GalleryGroups[0].Items[0].Description :=
  'This is a long description.' + #13#10 +
  'It''s really long.' + #13#10 +
  '... way too long.';

The specified text is also displayed within the gallery item’s hint, if the following conditions are met:

  • The gallery item displays its caption.

  • The gallery item is not assigned an action, or an action’s hint text is unspecified.

See Also