Back to Devexpress

RibbonHitInfo.Page Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-viewinfo-dot-ribbonhitinfo-40ecce74.md

latest1.5 KB
Original Source

RibbonHitInfo.Page Property

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

Namespace : DevExpress.XtraBars.Ribbon.ViewInfo

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RibbonPage Page { get; set; }
vb
Public Property Page As RibbonPage

Property Value

TypeDescription
RibbonPage

A RibbonPage object that represents the Ribbon page which is located at the test point. null ( Nothing in Visual Basic) if there isn’t any Ribbon page located at the test point.

|

See Also

InPage

RibbonHitInfo Class

RibbonHitInfo Members

DevExpress.XtraBars.Ribbon.ViewInfo Namespace