Skip to main content

RibbonHitInfo.PageInfo Property

Returns the RibbonPageViewInfo object associated with this RibbonHitInfo object.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageViewInfo PageInfo { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageViewInfo

A DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageViewInfo object associated with this RibbonHitInfo object.

See Also