Skip to main content

RibbonPageGroup() Constructor

Initializes a new instance of the RibbonPageGroup class with default settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageGroup()

Remarks

After a group has been created it can be added to a RibbonPage object via the RibbonPage.Groups property.

See Also