Back to Devexpress

RibbonPageGroup.Page Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-aad2306d.md

latest1.2 KB
Original Source

RibbonPageGroup.Page Property

Gets the page which owns the current group.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
RibbonPage

A RibbonPage object which owns the current group.

|

See Also

Ribbon

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace