Skip to main content
All docs
V25.1
  • AccordionContentContainer.OwnerElement Property

    Gets the accordion element that owns the current container.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    public AccordionControlElement OwnerElement { get; }

    Property Value

    Type Description
    AccordionControlElement

    The accordion element that owns the current container.

    See Also