Skip to main content
All docs
V24.2

AccordionContentContainer.OwnerElement Property

Gets the accordion element that owns the current container.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

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

Property Value

Type Description
AccordionControlElement

The accordion element that owns the current container.

See Also