Back to Devexpress

TdxRibbonGalleryGroupItemTextKind Enum

vcl-dxribbongallery-9eb9446e.md

latest1.3 KB
Original Source

TdxRibbonGalleryGroupItemTextKind Enum

Enumerates available types of a gallery item‘s caption and description visibility.

Declaration

delphi
TdxRibbonGalleryGroupItemTextKind = (
    itkNone,
    itkCaption,
    itkCaptionAndDescription
);

Members

Name
itkNone
itkCaption
itkCaptionAndDescription

Remarks

Values include:

|

Value

|

Meaning

| | --- | --- | |

itkNone

|

No text is displayed in gallery items.

| |

itkCaption

|

Item captions are displayed.

| |

itkCaptionAndDescription

|

Both item captions and descriptions are displayed.

Note

If a gallery item’s caption is assigned an empty string, the description is not displayed for this item. In in-Ribbon galleries, if a gallery item is not assigned an image or glyph, it displays only its caption.

|

See Also

TdxRibbonGalleryBaseOptions.ItemTextKind

dxRibbonGallery Unit