Skip to main content
All docs
V23.2

AccordionContentContainer.OwnerElement Property

Gets the accordion element that owns the current container.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.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