Skip to main content

RibbonPageGroupEventArgs(RibbonPageGroup) Constructor

Initializes a new instance of the RibbonPageGroupEventArgs class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageGroupEventArgs(
    RibbonPageGroup pageGroup
)

Parameters

Name Type Description
pageGroup RibbonPageGroup

A RibbonPageGroup object that represent the processed page group. This value is assigned to the RibbonPageGroupEventArgs.PageGroup property.

See Also