Skip to main content

RibbonPageGroupEventArgs.PageGroup Property

Gets the processed page group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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