BackstageItemBase.MergeOrder Property
Gets or sets the position of this backstage item within the merged BackstageViewControl. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that specifies the position of this backstage item within the merged BackstageViewControl. |
Remarks
When two BackstageViewControls merge, the resulting backstage arranges its items according to the MergeOrder and BackstageViewControl.MergeOrder properties. See MDI Ribbon Merging to learn more.
See Also