Skip to main content

RibbonPage.Groups Property

Gets the collection of page groups displayed by the current page.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 0)]
public RibbonPageGroupCollection Groups { get; }

#Property Value

Type Description
DevExpress.Xpf.Ribbon.RibbonPageGroupCollection

A collection of ribbon page groups.

#Remarks

Use this property to add page groups to the current page. Each page group is represented by a RibbonPageGroup object.

The Groups property is marked with the System.Windows.Markup.ContentPropertyAttribute attribute. So, in XAML, RibbonPageGroup objects defined between the RibbonPage start and end tags will be added to the current page.

See Also