Back to Devexpress

BarItemLink.OwnerPageGroup Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-9fa9a66a.md

latest1.1 KB
Original Source

BarItemLink.OwnerPageGroup Property

Returns the RibbonPageGroup that owns the parent BarItem of this link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public RibbonPageGroup OwnerPageGroup { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property OwnerPageGroup As RibbonPageGroup

Property Value

TypeDescription
RibbonPageGroup

The RibbonPageGroup that owns the parent BarItem of this link.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace