TdxRibbonGalleryItemPullHighlighting.Direction Property
Specifies the direction in which group items are highlighted in contiguous highlighting mode.
Declaration
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