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

RibbonPage.PageInfo Property

Gets the information used to render the Ribbon page.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
[SkipRuntimeSerialization]
public virtual RibbonPageViewInfo PageInfo { get; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageViewInfo

A DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageViewInfo object which contains information used to render the Ribbon page.

See Also