Back to Devexpress

TdxBarItem.MergeKind Property

vcl-dxbar-dot-tdxbaritem-a6a7a626.md

latest926 B
Original Source

TdxBarItem.MergeKind Property

Specifies how the current bar item will be merged into another bar.

Declaration

delphi
property MergeKind: TdxBarItemMergeKind read; write; default mkAdd;

Property Value

TypeDefault
TdxBarItemMergeKindmkAdd

Remarks

Refer to the description of TdxBarItemMergeKind to learn about the available placement options.

The default value of the MergeKind property is mkAdd.

See Also

TdxBar.Merge

TdxBarManager.Merge

Merging Bars and Menus in MDI Applications

TdxBarItem Class

TdxBarItem Members

dxBar Unit