Skip to main content

RibbonPageGroup.Page Property

Gets the page which owns the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual RibbonPage Page { get; }

Property Value

Type Description
RibbonPage

A RibbonPage object which owns the current group.

See Also