Skip to main content

RibbonPage.PageInfo Property

Gets the information used to render the Ribbon page.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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