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

TdxBarManager.OnMergeItemLink Event

In This Article

Fires before an item link is added to the merging bar.

#Declaration

Delphi
property OnMergeItemLink: TdxBarMergeItemLinkEvent read; write;

#Remarks

The OnMergeItemLink event fires when the TdxBarManager.Merge or the TdxBar.Merge method is invoked.

Implement the OnMergeItemLink event handler to arrange bar items manually.

Sender specifies the bar manager which will merge the bar items.

ADstItemLinks specifies the item links collection of the merging bar manager.

ASrcItemLinks specifies the item links collection of the source bar manager.

ASrcItemLink specifies the item link of the source bar manager.

AMergeKind specifies the manner in which the bar item is merged into the target bar (see the TdxBarItem.MergeKind property).

AMergeIndex specifies the position of bar items in the target bar (see the TdxBarItem.MergeOrder property).

See Also