Skip to main content
A newer version of this page is available. .

RibbonPageGroup.Page Property

Gets the page which owns the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
RibbonPage

A RibbonPage object which owns the current group.

See Also