Skip to main content

RibbonPageCategoryBase.MergeOrder Property

Gets or sets a merge order for the page category among all the categories after a merging operation.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public int MergeOrder { get; set; }

#Property Value

Type Description
Int32

An integer value, indicating a merge order for the current category.

#Remarks

The MergeOrder property can accept an integer value greater than or equal to zero. You can manage a merged element's position by setting the MergeOrder property for elements within both a child and parent merging objects. After merging, ribbon elements are arranged according to their MergeOrder property value. The lower the MergeOrder's value is - the earlier the merged element will be displayed.

See the Ribbon Runtime Customization topic to learn more.

See Also