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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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