Skip to main content
A newer version of this page is available. .

AccordionControlElementBase.OwnerElement Property

Returns an AccordionControlElement that owns this element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
AccordionControlElement

An AccordionControlElement that owns this element.

See Also