Skip to main content

RibbonPageGroup.MergeType Property

Gets or sets the way ribbon page groups merge.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public RibbonMergeType MergeType { get; set; }

#Property Value

Type Description
RibbonMergeType

A DevExpress.Xpf.Ribbon.RibbonMergeType value indicating how ribbon page groups merge.

#Remarks

You can adjust the way page groups of two ribbon controls merge using the MergeType property. Refer to the DevExpress.Xpf.Ribbon.RibbonMergeType link for information on parameters.

See the Ribbon Runtime Customization topic to learn more.

See Also