Skip to main content
All docs
V25.1
  • Bar

    BarItemLink.OwnerPageGroup Property

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

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Behavior")]
    public RibbonPageGroup OwnerPageGroup { get; }

    Property Value

    Type Description
    RibbonPageGroup

    The RibbonPageGroup that owns the parent BarItem of this link.

    See Also