Skip to main content
A newer version of this page is available. .

BackstageItemBase.MergeOrder Property

Gets or sets the position of this backstage item within the merged BackstageViewControl. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.2.dll

Declaration

public int MergeOrder { get; set; }

Property Value

Type Description
Int32

An Int32 value that specifies the position of this backstage item within the merged BackstageViewControl.

Remarks

When two BackstageViewControls merge, the resulting backstage arranges its items according to the MergeOrder and BackstageViewControl.MergeOrder properties. See MDI Ribbon Merging to learn more.

See Also