RibbonHitInfo.PageCategoryInfo Property
Gets an object that contains view information on the category at the test point.
Namespace: DevExpress.XtraBars.Ribbon.ViewInfo
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageCategoryViewInfo | A DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageCategoryViewInfo object. |
Remarks
Use the RibbonHitInfo.PageCategory property to get the category at the test point.
See Also