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

TdxRibbonGalleryItemPullHighlighting Class

Provides contiguous highlighting options for galleries.

#Declaration

Delphi
TdxRibbonGalleryItemPullHighlighting = class(
    TPersistent
)

#Remarks

Use a gallery’s GalleryOptions.ItemPullHighlighting property, to access the options that control the contiguous highlighting within this gallery. These options apply to all its groups and items. To customize contiguous highlighting settings for an individual group, use the group’s Options.ItemPullHighlighting property.

The TdxRibbonGalleryItemPullHighlighting class introduces options that allow you to do the following:

  • Enable/disable the contiguous highlighting mode (Active).

  • Specify the direction in which group items are highlighted (Direction).

#Inheritance

TObject
TPersistent
TdxRibbonGalleryItemPullHighlighting
See Also