Back to Devexpress

TdxRibbonGalleryGroupItem.Description Property

vcl-dxribbongallery-dot-tdxribbongallerygroupitem-c06c0266.md

latest2.0 KB
Original Source

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

TdxRibbonGalleryBaseOptions.ItemImagePosition

TdxRibbonGalleryBaseOptions.ItemTextKind

TdxRibbonGalleryBaseOptions.SpaceBetweenItemCaptionAndDescription

TdxRibbonGalleryBaseOptions.SpaceBetweenItemImageAndText

TdxRibbonGalleryGroupItem.Caption

TdxRibbonGalleryGroupItem.Glyph

TdxRibbonGalleryGroupItem.ImageIndex

TdxRibbonGalleryGroupItem Class

TdxRibbonGalleryGroupItem Members

dxRibbonGallery Unit