BarItemMergeType Enum
Contains values that specify how item links behave during merge operations
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | |
Add | Specifies that the child Bar When merging bars and link containers, the position to insert the Bar |
Replace | Indicates that the child Bar If such a link is not found in the parent Bar |
Merge |
This setting is applied to link containers (e. It specifies that subitems of the child Bar |
Remove | For a child Bar For a parent Bar |
#Passed To
You can pass BarItemMergeType values to the following properies:
#Remarks
While merging, you can specify whether the bar item links of a child BarManager's bar/link container should be added to the parent BarManager's bar/link container (this is the default behavior), should replace item links on the parent bar with identical captions or should simply be removed from a bar. To specify these settings, use the BarItemLinkBase.MergeType properties of the child BarManager's links that need to be merged.
See MDI Bar Merging to learn more.