Skip to main content

RibbonPageCategory.MergedPages Property

Provides access to pages that have been merged into the current category.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual RibbonPageCollection MergedPages { get; }

Property Value

Type Description
RibbonPageCollection

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

See Also