Back to Devexpress

RibbonPageGroup.OriginalPageGroup Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-2f196f27.md

latest1.5 KB
Original Source

RibbonPageGroup.OriginalPageGroup Property

Gets the group that was used to create the current RibbonPageGroup instance.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RibbonPageGroup OriginalPageGroup { get; set; }
vb
<Browsable(False)>
Public Property OriginalPageGroup As RibbonPageGroup

Property Value

TypeDescription
RibbonPageGroup

A RibbonPageGroup object that represents the original group.

|

Remarks

This member supports the internal infrastructure and generally there is no need to use it directly from your code.

See Also

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace