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

RibbonPageGroupEventArgs.PageGroup Property

Gets the processed page group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageGroup PageGroup { get; }

Property Value

Type Description
RibbonPageGroup

A RibbonPageGroup object that represent the processed page group.

See Also