Back to Devexpress

RibbonControl.MergedPages Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-c35a4c3c.md

latest1.8 KB
Original Source

RibbonControl.MergedPages Property

Provides access to pages that have been merged into the default category of the Ribbon Control.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual RibbonPageCollection MergedPages { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property MergedPages As RibbonPageCollection

Property Value

TypeDescription
RibbonPageCollection

A RibbonPageCollection object that contains pages that have been merged into the default category.

|

See Also

MergedRibbon

Pages

Ribbon Merging

Categories and Contextual Tabs

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace