Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

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