Skip to main content

RibbonPageGroup Class

Represents a group of bar item links within a RibbonPage.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public class RibbonPageGroup :
    FrameworkContentElement,
    ILinksHolder,
    IMultipleElementRegistratorSupport,
    IBarNameScopeSupport,
    IInputElement,
    ICloneable,
    IRibbonCustomizationSupport,
    IBarsSerializableOwner,
    IBarsSerializable,
    ILogicalChildrenContainer

#Remarks

The class represents a group of bar item links within a RibbonPage. To add groups to a Ribbon Page, use the RibbonPage.Groups property.

To add bar item links to the group, use the RibbonPageGroup.ItemLinks property.

For more information on groups, see Ribbon Page Group.

#Examples

This example shows how to create a Default Page Category containing one "Home" page. The "Home" page contains three page groups ("File", "Edit" and "Format"), each displaying specific commands.

The following image shows the result:

RibbonControl_Ex

#Implements

See Also