Skip to main content
A newer version of this page is available. .
All docs
V21.2

AccordionContentContainer.OwnerElement Property

Gets the accordion element that owns the current container.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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