RibbonPageCategory.MergeOrder Property
Defines the visual position of the current RibbonPageCategory object after merging this Ribbon Control into an MDI parent Ribbon.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An ordinal number determining the position of the RibbonPageCategory after merging this Ribbon Control into an MDI parent Ribbon. |
Remarks
See the RibbonPage.MergeOrder topic to learn more.
See Also