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.Active Property

Activates the contiguous highlighting mode.

#Declaration

Delphi
property Active: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

In this mode, hot-tracking a group item, automatically highlights all items between this item and the start of the highlighting. End-users can move the mouse pointer within a gallery or group to adjust the highlighting. Using this mode allows you to emulate list functionality of the “Undo” button found in Microsoft Word.

To activate this mode, set the Active property is True. Use the Direction property to specify the start and direction of highlighting.

Note

In contiguous highlighting mode, clicking a group item doesn’t change the Selected property of highlighted items. However, this does fire a gallery’s OnGroupItemClick event and the item’s OnClick event, to enable you to respond to the click.

The default value of the Active property is False.

See Also