Skip to main content

RibbonStatusBarControl.MDIMergeStyle Property

Gets or sets if the RibbonStatusBarControl can be merged.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public MDIMergeStyle MDIMergeStyle { get; set; }

#Property Value

Type Description
MDIMergeStyle

A DevExpress.Xpf.Bars.MDIMergeStyle value specifying if the RibbonStatusBarControl can be merged.

#Remarks

See RibbonControl.MDIMergeStyle to learn more.

See Also