Skip to main content

RibbonPageCategoryBase.Pages Property

Provides access to the collection of pages owned by the category.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 0)]
public RibbonPageCollection Pages { get; protected set; }

#Property Value

Type Description
DevExpress.Xpf.Ribbon.RibbonPageCollection

A RibbonPageCollection object that specifies the collection of pages owned by the category.

#Remarks

The Pages property is marked with the System.Windows.Markup.ContentPropertyAttribute attribute. So, in XAML, RibbonPage objects defined between a category's start and end tags will be added to the current Pages collection.

See Also