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

Specifies the direction in which group items are highlighted in contiguous highlighting mode.

#Declaration

Delphi
property Direction: TdxRibbonGalleryItemPullHighlightingDirection read; write;

#Property Value

Type
TdxRibbonGalleryItemPullHighlightingDirection

#Remarks

Options include:

Option

Description

Sample

gphdStartToFinish

In groups, items are highlighted starting from the beginning of a group.

In galleries, items are highlighted in all groups starting from the first item in the first visible group.

gphdFinishToStart

In groups, items are highlighted starting from the end of a group.

In galleries, items are highlighted in all groups starting from the last item in the last visible group.

The default value of the Direction property is gphdStartToFinish.

See Also