RibbonPageGroup.MergeOrder Property
In This Article
Gets or sets a merge order for the current page group among all the groups after a merge operation.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value, indicating a merge order for the current page group. |
#Remarks
The MergeOrder property can accept an integer value greater than or equal to zero. You can manage a merged element' position by setting the MergeOrder property for elements within both a child and parent merge objects. After merging, ribbon elements are arranged according to their MergeOrder property value. The lower MergeOrder's value is - the earlier the merged element will be displayed.
See the Ribbon Runtime Customization topic to learn more.
See Also