RibbonPageCategoryBase.Pages Property
In This Article
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. |
A Ribbon |
#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