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

RibbonHitInfo.PageGroup Property

Gets or sets the Ribbon page group which is located at the test point.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public RibbonPageGroup PageGroup { get; set; }

Property Value

Type Description
RibbonPageGroup

A RibbonPageGroup object that represents the Ribbon page group located at the test point.

See Also