TdxRibbonGalleryGroupItem.Description Property
Specifies a descriptive text for a gallery item.
Declaration
property Description;
Property Value
Type |
---|
string |
Remarks
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