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.v20.2.dll
Declaration
public RibbonPageGroup PageGroup { get; set; }
Public Property PageGroup As RibbonPageGroup
Property Value
Type | Description |
---|---|
RibbonPageGroup | A RibbonPageGroup object that represents the Ribbon page group located at the test point. |
See Also
Feedback