Back to Devexpress

RibbonPage.PageInfo Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpage-acf886d4.md

latest1.3 KB
Original Source

RibbonPage.PageInfo Property

Gets the information used to render the Ribbon page.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[SkipRuntimeSerialization]
public virtual RibbonPageViewInfo PageInfo { get; }
vb
<Browsable(False)>
<SkipRuntimeSerialization>
Public Overridable ReadOnly Property PageInfo As RibbonPageViewInfo

Property Value

TypeDescription
DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageViewInfo

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

|

See Also

RibbonPage Class

RibbonPage Members

DevExpress.XtraBars.Ribbon Namespace