Back to Devexpress

TdxBarItemMergeKind Enum

vcl-dxbar-dff50995.md

latest1.6 KB
Original Source

TdxBarItemMergeKind Enum

Declaration

delphi
TdxBarItemMergeKind = (
    mkAdd,
    mkMergeByCaption,
    mkNone
);

Members

Name
mkAdd
mkMergeByCaption
mkNone

Remarks

Values include:

ValueMeaning
mkAddAn 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.
mkMergeByCaptionWhen 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.
mkNoneAn item won’t be added to the bar.

See Also

TdxBar.Merge

TdxBarItem.MergeKind

TdxBarManager.Merge

dxBar Unit