Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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