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

TdxBarItemMergeKind Enum

#Declaration

Delphi
TdxBarItemMergeKind = (
    mkAdd,
    mkMergeByCaption,
    mkNone
);

#Members

Name
mkAdd
mkMergeByCaption
mkNone

#Remarks

Values include:

Value Meaning
mkAdd An item is added to the bar-merger at the position specified by the item’s MergeOrder property. If the item’s MergeOrder property’s values of the original and merged items are identical, then the merged item will be placed after the original which has the same ordinal number.
mkMergeByCaption When being merged into the bar, the merged item is combined with the original bar item if captions (see the TdxBarItemLink.Caption property) and types match (only performed for the following types: TdxBarContainerItem, TdxBarSubItem, TdxBarToolbarsListItem, TdxBarInPlaceSubItem). Note that both items should have their mkMergeByCaption flag on the MergeKind property active.
mkNone An item won’t be added to the bar.
See Also