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

RibbonPageGroup.MergeOrder Property

Defines the visual position of the current RibbonPageGroup object after merging this Ribbon Control into an MDI parent Ribbon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
public virtual int MergeOrder { get; set; }

Property Value

Type Default Description
Int32 -1

An ordinal number determining the position of the RibbonPageGroup after merging this Ribbon Control into an MDI parent Ribbon.

Remarks

See the RibbonPage.MergeOrder topic to learn more.

Note

Page groups with the MergeOrder property set to negative values are not taken into account by Ribbon Control and placed after other pages groups involved in the merging process.

See Also