Skip to main content
A newer version of this page is available. .

RibbonHitInfo.PageInfo Property

Returns the RibbonPageViewInfo object associated with this RibbonHitInfo object.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.1.dll

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