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

RibbonPageGroupEventArgs(RibbonPageGroup) Constructor

Initializes a new instance of the RibbonPageGroupEventArgs class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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