TdxInMenuGalleryOptions.ItemTextKind Property
In This Article
Specifies the caption and description visibility for gallery items.
#Declaration
Delphi
property ItemTextKind: TdxRibbonGalleryGroupItemTextKind read; write; default itkCaption;
#Property Value
Type | Default |
---|---|
Tdx |
itk |
#Remarks
Refer to the TdxRibbonGalleryGroupItemTextKind description, for details.
The default value of the ItemTextKind property is itkCaption.
See Also